You mean something like:
[09/Sep/2015:20:21:38 +0200] 52.88.xxx.yyy z - - http
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00
[...]
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0
Hi,
I’ve posted this question on the IRC before but had no luck. I have the
following problem:
I’d like to disable the ‘Proxy-Connection’ Response Header. I know, that the
“Connection” Header is hard coded in ngx_http_header_filter_module.c, but does
the same apply to “Proxy-Connection” (could
I experienced a problem with a web server earlier today in which it stopped
responding to all HTTP requests (they would just hang... not sure if they
connected and then hung, or got stuck trying to connect...). I'm not sure this
was even an Nginx issue (I had problems SSHing to the server and ev
Hi,
I have below setup:
client -> nginx server A -> proxy server -> real backend server (say,
nginx server B)
I'd like to have the keepalive connection between nginx server A and proxy
server never die. The problem is sometimes the real backend server sends a
"Connection: close". For example, I