RE: Log the headers sent by nginx to upstream server

2016-08-31 Thread Maxim Ozerov
t; header is changed to "close". -Original Message- From: nginx [mailto:nginx-boun...@nginx.org] On Behalf Of Sushma Sent: Wednesday, August 31, 2016 11:18 AM To: nginx@nginx.org Subject: Log the headers sent by nginx to upstream server My client sends a request to nginx with a http he

Log the headers sent by nginx to upstream server

2016-08-31 Thread Sushma
My client sends a request to nginx with a http header set. This header is overwritten by nginx before passing along the reqest to the downstream server. I want to log the header after modification by nginx. I understand that we can log the header sent by client using "$http_". Is there some embedd