traefik config changed behaviour with new version

This commit is contained in:
2024-05-03 12:17:14 +02:00
parent 2ff171d0b8
commit 1c549a9fba
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ http:
domains:
- main: "wo-bisch.ch"
sans: "www.wo-bisch.ch"
rule: "Host(`wo-bisch.ch`,`www.wo-bisch.ch`)"
rule: "Host(`wo-bisch.ch`) || Host(`www.wo-bisch.ch`)"
service: wobisch-web
wobisch-lorahandler:
@@ -19,7 +19,7 @@ http:
domains:
- main: "wo-bisch.ch"
sans: "www.wo-bisch.ch"
rule: "Host(`wo-bisch.ch`,`www.wo-bisch.ch`) && PathPrefix(`/lorahandler`)"
rule: "Host(`wo-bisch.ch`) && PathPrefix(`/lorahandler`) || Host(`www.wo-bisch.ch`) && PathPrefix(`/lorahandler`)"
service: wobisch-lorahandler
services: