mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
chore: Update Traefik configuration to enable TLS for multiple subdomains
This commit is contained in:
@@ -177,7 +177,7 @@ http:
|
|||||||
plane-router:
|
plane-router:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web-secure
|
- web-secure
|
||||||
rule: "Host(`plan.furyhawk.lol`)" # || Host(`plane.furyhawk.lol`)"
|
rule: "Host(`plan.furyhawk.lol`) || Host(`plane.furyhawk.lol`)"
|
||||||
middlewares:
|
middlewares:
|
||||||
- csrf
|
- csrf
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
Reference in New Issue
Block a user