Update Traefik routing rules to include new subdomain

This commit is contained in:
2024-03-01 14:19:42 +08:00
parent 87a127c229
commit f4b698c2b0
+1 -2
View File
@@ -6,7 +6,6 @@ api:
# https://docs.traefik.io/master/operations/api/#insecure # https://docs.traefik.io/master/operations/api/#insecure
# insecure: true # insecure: true
entryPoints: entryPoints:
web: web:
# http # http
@@ -70,7 +69,7 @@ http:
certResolver: letsencrypt certResolver: letsencrypt
info-router: info-router:
rule: "Host(`furyhawk.lol`, `www.furyhawk.lol`, `info.furyhawk.lol`)" rule: "Host(`furyhawk.lol`, `www.furyhawk.lol`, `info.furyhawk.lol`, `124c41.furyhawk.lol`)"
entryPoints: entryPoints:
- web-secure - web-secure
middlewares: middlewares: