traefik config changed behaviour with new version
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user