Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read. | Roman Arutyunyan | 2015-06-16 |
| | | | | The new name is consistent with the ngx_proxy_protocol_write function. | ||
* | Stream: client-side PROXY protocol. | Roman Arutyunyan | 2015-06-16 |
| | | | | | The new directive "proxy_protocol" toggles sending out PROXY protocol header to upstream once connection is established. | ||
* | Added server-side support for PROXY protocol v1 (ticket #355). | Roman Arutyunyan | 2014-03-17 |
Client address specified in the PROXY protocol header is now saved in the $proxy_protocol_addr variable and can be used in the realip module. This is currently not implemented for mail. |