diff --git a/auth.conf b/auth.conf index aaebd2e..e885bfb 100644 --- a/auth.conf +++ b/auth.conf @@ -7,5 +7,8 @@ server { proxy_pass http://${FORWARD_HOST}:${FORWARD_PORT}; proxy_read_timeout 900; + # Forward Host header + # ${no_value} is a hack to bypass envsubst substitution + proxy_set_header Host $${no_value}host; } }