mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
Update Traefik routing rules to include new subdomain
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user