mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-25 13:10:14 +01:00
refactor: simplify OVIS frontend Traefik routing to single CCP router
Collapse the `/ccp-ovis` slash-redirect and prefix-strip flow into one `ovis-frontend-ccp` router by attaching both middlewares in order (redirect, then strip). This removes redundant router labels while preserving canonical `/ccp-ovis -> /ccp-ovis/` behavior and mounted-path forwarding to the frontend service.
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ -n "$ENABLE_OVIS" ]; then
|
||||
if declare -F log >/dev/null 2>&1; then
|
||||
log INFO "OVIS setup detected -- will start OVIS services."
|
||||
fi
|
||||
|
||||
log INFO "OVIS setup detected -- will start OVIS services."
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user