diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 619e08ea..31a6e7e6 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -161,7 +161,7 @@ if [[ "$DYNAMIC_CONFIG" =~ ^(true|yes)$ ]]; then # trustedProxy if [[ -n $TRUSTED_PROXY ]]; then - echo "Setting trustedProxy... - $REVERSE_PROXY_STRING" + echo "Setting trustedProxy... - $TRUSTED_PROXY" if [[ $TRUSTED_PROXY == "all" ]] || [[ $TRUSTED_PROXY == "true" ]]; then sed -i 's/"_trustedProxy"/"trustedProxy"/' "$CONFIG_FILE"