Update traefik.yml to allow multiple path prefixes for resume-router

This commit is contained in:
2024-03-01 15:41:40 +08:00
parent c14df43b6f
commit 3021cae3dc
+1 -1
View File
@@ -81,7 +81,7 @@ http:
certResolver: letsencrypt
resume-router:
rule: "Host(`resume.furyhawk.lol`) && PathPrefix(`/resume`)"
rule: "Host(`resume.furyhawk.lol`) || PathPrefix(`/resume`)"
entryPoints:
- web-secure
# redirect to external blog