|
|
@@ -66,7 +66,7 @@ spec:
|
|
|
entryPoints:
|
|
|
- web
|
|
|
routes:
|
|
|
- - match: (Host(`gogo`)||Host(`gogo.dezendorf.net`)) && PathPrefix(`/_`)
|
|
|
+ - match: ((Host(`gogo`)||Host(`gogo.dezendorf.net`)||Host(`gogo`)||Host(`gogor.dezendorf.net`))) && PathPrefix(`/_`)
|
|
|
kind: Rule
|
|
|
priority: 20
|
|
|
middlewares:
|
|
|
@@ -75,7 +75,7 @@ spec:
|
|
|
- name: golink
|
|
|
port: 80
|
|
|
|
|
|
- - match: Host(`gogo.dezendorf.net`)||Host(`gogo`)
|
|
|
+ - match: (Host(`gogo.dezendorf.net`)||Host(`gogor.dezendorf.net`))||Host(`gogo`)
|
|
|
priority: 10
|
|
|
kind: Rule
|
|
|
services:
|
|
|
@@ -92,7 +92,7 @@ spec:
|
|
|
entryPoints:
|
|
|
- websecure
|
|
|
routes:
|
|
|
- - match: Host(`gogo.dezendorf.net`)
|
|
|
+ - match: (Host(`gogo.dezendorf.net`)||Host(`gogor.dezendorf.net`))
|
|
|
kind: Rule
|
|
|
middlewares:
|
|
|
- name: authelia
|