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 "";