Add more selective match to increase the regex precedence
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
io.containers.autoupdate: "registry"
|
||||
traefik.enable: "true"
|
||||
traefik.http.routers.collabora.entrypoints: "https"
|
||||
traefik.http.routers.collabora.rule: "PathPrefix(`/collabora`,`/browser`)"
|
||||
traefik.http.routers.collabora.rule: "Host(`{{ vault_domain }}`) && PathPrefix(`/collabora`,`/browser`)"
|
||||
traefik.http.routers.collabora.tls: "true"
|
||||
traefik.http.routers.collabora.tls.certresolver: "wildcard"
|
||||
traefik.http.routers.collabora.service: "collabora"
|
||||
|
||||
Reference in New Issue
Block a user