fix: Go regexp replacement syntax ($1 not ${1})
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -154,7 +154,7 @@ services:
|
|||||||
- traefik.http.routers.root-redirect.middlewares=root-to-platform
|
- traefik.http.routers.root-redirect.middlewares=root-to-platform
|
||||||
- traefik.http.routers.root-redirect.service=saas
|
- traefik.http.routers.root-redirect.service=saas
|
||||||
- traefik.http.middlewares.root-to-platform.redirectregex.regex=^(https?://[^/]+)/?$$
|
- traefik.http.middlewares.root-to-platform.redirectregex.regex=^(https?://[^/]+)/?$$
|
||||||
- traefik.http.middlewares.root-to-platform.redirectregex.replacement=$${1}/platform/
|
- traefik.http.middlewares.root-to-platform.redirectregex.replacement=$$1/platform/
|
||||||
- traefik.http.middlewares.root-to-platform.redirectregex.permanent=false
|
- traefik.http.middlewares.root-to-platform.redirectregex.permanent=false
|
||||||
networks:
|
networks:
|
||||||
- cameleer
|
- cameleer
|
||||||
|
|||||||
Reference in New Issue
Block a user