We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make set_real_ip_* params configurable in http scope.
set_real_ip_*
http
set_real_ip_from
real_ip_header
X-Real-IP
real_ip_recursive
off
Ref http://nginx.org/en/docs/http/ngx_http_realip_module.html
The text was updated successfully, but these errors were encountered:
Make real_ip params configurable #9
78a3135
csandanov
No branches or pull requests
Make
set_real_ip_*
params configurable inhttp
scope.set_real_ip_from
- env var value: JSON array of strings; in config: one or multiple strings, non-specified by defaultreal_ip_header
- string, defaultX-Real-IP
real_ip_recursive
- boolean,off
by defaultRef http://nginx.org/en/docs/http/ngx_http_realip_module.html
The text was updated successfully, but these errors were encountered: