Brendan Schwartz wrote: > Is there a way to get Nginx to send nonstandard response headers (e.g. > "User-Header"); it looks like they're being filtered. > > Thanks, > Brendan Check out the proxy_pass_header directive. http://wiki.codemongers.com/NginxHttpProxyModule#proxy_pass_header Evan