summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_proxy_protocol.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16Core: renamed ngx_proxy_protocol_parse to ngx_proxy_protocol_read.Roman Arutyunyan1-1/+1
The new name is consistent with the ngx_proxy_protocol_write function.
2015-06-16Stream: client-side PROXY protocol.Roman Arutyunyan1-0/+49
The new directive "proxy_protocol" toggles sending out PROXY protocol header to upstream once connection is established.
2014-03-17Added server-side support for PROXY protocol v1 (ticket #355).Roman Arutyunyan1-0/+91
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.