Replies: 1 comment
-
Should be possible using passenger_set_header my bad it isn't supported yet as of now. Please wait until this gets implemented. shouldn't take too long! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I need to set nginx like this:
location / { proxy_set_header User-Agent $http_user_agent; proxy_set_header X-Real-IP $remote_addr; proxy_set_header Accept-Encoding ""; proxy_set_header Accept-Language $http_accept_language; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }
Any comments are welcome.
Beta Was this translation helpful? Give feedback.
All reactions