From 6008767f0e1c0e33e2696b014994e30f94eb7c7c Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Tue, 25 Mar 2025 15:24:44 +0100 Subject: [PATCH] Wrong variable. --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"