Wrong variable.

Daan Selen committed Mar 25, 2025 at 15:24 UTC 6008767f0e1c0e33e2696b014994e30f94eb7c7c
1 file changed +1 -1
docker/entrypoint.sh
+1 -1
@@ -161,7 +161,7 @@ if [[ "$DYNAMIC_CONFIG" =~ ^(true|yes)$ ]]; then
161
162 # trustedProxy
163 if [[ -n $TRUSTED_PROXY ]]; then
164 - echo "Setting trustedProxy... - $REVERSE_PROXY_STRING"
164 + echo "Setting trustedProxy... - $TRUSTED_PROXY"
165
166 if [[ $TRUSTED_PROXY == "all" ]] || [[ $TRUSTED_PROXY == "true" ]]; then
167 sed -i 's/"_trustedProxy"/"trustedProxy"/' "$CONFIG_FILE"