http_proxy using HTTP/1.1?

Roxis roxis at list.ru
Wed Feb 13 21:40:52 MSK 2008


On Wednesday 13 February 2008, Ian Neubert wrote:
> Is it possible to tell nginx to not send certain headers to the proxied
> servers?

just set an empty string as header and nginx won't send it to back-end.
for example:

proxy_set_header  Accept-Encoding  "";





More information about the nginx mailing list