aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_realip_module.c
Commit message (Collapse)AuthorAge
* Core: moved PROXY protocol fields out of ngx_connection_t.Roman Arutyunyan2019-10-21
| | | | | | Now a new structure ngx_proxy_protocol_t holds these fields. This allows to add more PROXY protocol fields in the future without modifying the connection structure.
* Variables: macros for null variables.Ruslan Ermilov2017-08-01
| | | | No functional changes.
* Realip: allow hostnames in set_real_ip_from (ticket #1180).Ruslan Ermilov2017-05-15
|
* Stream: phases.Roman Arutyunyan2016-09-15
|
* Stream: realip module.Dmitry Volyntsev2016-09-01