We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$upstream_addr
In a location block, I’m trying to do:
location
location / { proxy_pass http://falcon-backend-driving-fr/query; more_set_headers 'X-Upstream-Content-Type: $upstream_http_content_type'; more_set_headers 'X-Upstream-Addr: $upstream_addr'; }
The first line with X-Upstream-Content-Type works, while X-Upstream-Addr is not added at all. I’m not sure, how to proceed…
X-Upstream-Content-Type
X-Upstream-Addr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a
location
block, I’m trying to do:The first line with
X-Upstream-Content-Type
works, whileX-Upstream-Addr
is not added at all. I’m not sure, how to proceed…The text was updated successfully, but these errors were encountered: