Re: proxy_hide_header question

2014-10-08 Thread keeyong
Thanks. That was it! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,253819,253843#msg-253843 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: proxy_hide_header question

2014-10-08 Thread Francis Daly
On Tue, Oct 07, 2014 at 10:42:28PM -0400, keeyong wrote: Hi there, > I am using nginx as a reverse proxy and am trying to log some variables set > by apache to nginx log. So certain HTTP response headers are set by apache > (PHP) and then I log them successfully with $sent_http_* variables. $sen

proxy_hide_header question

2014-10-07 Thread keeyong
I am using nginx as a reverse proxy and am trying to log some variables set by apache to nginx log. So certain HTTP response headers are set by apache (PHP) and then I log them successfully with $sent_http_* variables. But then I don't want the info to be exposed to outside world so I tried to rem