Module ngx_http_realip_module
- Example Configuration
- Directives
- set_real_ip_from
- real_ip_header
- real_ip_recursive
- Embedded Variables
The ngx_http_realip_module
module is used to change the client address and optional port to the one sent in the specified header fields.
This module is not built by default, it should be enabled with the --with-http_realip_module
configuration parameter.