mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-31 22:40:14 +02:00
Comment out middleware configuration for OVIS frontend in ovis-compose.yml. This change temporarily disables the integration of the slash-redirect and prefix-strip middlewares for the ovis-frontend-ccp router, allowing for further testing and adjustments.
This commit is contained in:
@@ -112,5 +112,5 @@ services:
|
|||||||
- "traefik.http.routers.ovis-frontend-ccp.tls=true"
|
- "traefik.http.routers.ovis-frontend-ccp.tls=true"
|
||||||
- "traefik.http.routers.ovis-frontend-ccp.rule=PathPrefix(`/ccp-ovis`)"
|
- "traefik.http.routers.ovis-frontend-ccp.rule=PathPrefix(`/ccp-ovis`)"
|
||||||
- "traefik.http.middlewares.ovis-frontend-ccp-strip.stripprefix.prefixes=/ccp-ovis"
|
- "traefik.http.middlewares.ovis-frontend-ccp-strip.stripprefix.prefixes=/ccp-ovis"
|
||||||
- "traefik.http.routers.ovis-frontend-ccp.middlewares=ovis-frontend-ccp-slash-redirect,ovis-frontend-ccp-strip,traefik-forward-auth-ovis"
|
#- "traefik.http.routers.ovis-frontend-ccp.middlewares=ovis-frontend-ccp-slash-redirect,ovis-frontend-ccp-strip,traefik-forward-auth-ovis"
|
||||||
- "traefik.http.services.ovis-frontend.loadbalancer.server.port=5173"
|
- "traefik.http.services.ovis-frontend.loadbalancer.server.port=5173"
|
||||||
|
|||||||
Reference in New Issue
Block a user