mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
fix: echo log in app-prod-entrypoint.sh and TUSD_BEHIND_PROXY in .env.example
This commit is contained in:
@@ -75,6 +75,7 @@ echo "▶ Starting tusd server..."
|
||||
TUSD_BEHIND_PROXY_FLAG=""
|
||||
if [ "${TUSD_BEHIND_PROXY:-false}" = "true" ]; then
|
||||
TUSD_BEHIND_PROXY_FLAG="--behind-proxy"
|
||||
echo "[INFO] TUSD_BEHIND_PROXY=true, enabling tusd proxy mode"
|
||||
fi
|
||||
tusd \
|
||||
--base-path /tus/files/ \
|
||||
|
||||
Reference in New Issue
Block a user