]> git.kaiwu.me - nginx.git/commit
Merge proxy_protocol setting of listen directives.
authorRoman Arutyunyan <arut@nginx.com>
Fri, 24 Apr 2015 07:54:06 +0000 (10:54 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Fri, 24 Apr 2015 07:54:06 +0000 (10:54 +0300)
commit9a31e9faab61ed6c01b81f45639f4ec1315caa85
tree64cd778f462be87f5903e7b1be2df50ff71c3d4c
parentd82cf1a8cd62b18f79e75173434354d22513caa1
Merge proxy_protocol setting of listen directives.

It's now enough to specify proxy_protocol option in one listen directive to
enable it in all servers listening on the same address/port.  Previously,
the setting from the first directive was always used.
src/http/ngx_http.c