fix: add www subdomain routers

This commit is contained in:
2026-06-11 03:36:31 +02:00
parent 4c356924e7
commit c2ad1122e5
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`forust.xyz`)
- match: Host(`forust.xyz`) || Host(`www.forust.xyz`)
kind: Rule
services:
- name: forust-homepage-service
@@ -56,7 +56,7 @@ spec:
entryPoints:
- websecure
routes:
- match: Host(`xdfnx.cfd`)
- match: Host(`xdfnx.cfd`) || Host(`www.xdfnx.cfd`)
kind: Rule
services:
- name: xdfnx-homepage-service