mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Fix routing rule in traefik.yml file
This commit is contained in:
@@ -81,7 +81,7 @@ http:
|
|||||||
certResolver: letsencrypt
|
certResolver: letsencrypt
|
||||||
|
|
||||||
resume-router:
|
resume-router:
|
||||||
rule: "Host(`resume.furyhawk.lol`) && Path(`/resume`)"
|
rule: "Host(`resume.furyhawk.lol`) || Path(`/resume`)"
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web-secure
|
- web-secure
|
||||||
# redirect to resume
|
# redirect to resume
|
||||||
@@ -135,6 +135,7 @@ http:
|
|||||||
regex: "^https?://www\\.(.+)"
|
regex: "^https?://www\\.(.+)"
|
||||||
replacement: https://${1}
|
replacement: https://${1}
|
||||||
permanent: true
|
permanent: true
|
||||||
|
|
||||||
add-bai:
|
add-bai:
|
||||||
addPrefix:
|
addPrefix:
|
||||||
prefix: "/bai"
|
prefix: "/bai"
|
||||||
|
|||||||
Reference in New Issue
Block a user