File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Label="traefik.http.routers.coco-frontend.rule=Host(`coco.local4local.nu`) || Ho
99Label=traefik.http.routers.coco-frontend.tls.certResolver=HttpChallenge
1010Label=traefik.http.routers.coco-frontend.tls.domains[0].main=coco.local4local.nu
1111Label=traefik.http.routers.coco-frontend.tls.domains[1].main=cooperatieconfigurator.local4local.nu
12- Label=traefik.http.routers.coco-frontend.middlewares[0] =coco-redirect
12+ Label=traefik.http.routers.coco-frontend.middlewares=coco-redirect
1313Label=traefik.http.middlewares.coco-redirect.redirectRegex.regex=^https://cooperatieconfigurator.local4local.nu/(.*)
14- Label=traefik.http.middlewares.coco-redirect.redirectRegex.replacement=https://coco.local4local.nu/${1}
14+ Label=traefik.http.middlewares.coco-redirect.redirectRegex.replacement=https://coco.local4local.nu/$$ {1}
1515
1616[Service]
1717Restart=always
You can’t perform that action at this time.
0 commit comments