add config option for real-ip header
This commit is contained in:
parent
2032a428a4
commit
1b81731a4b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
nginx:
|
||||
add_headers: []
|
||||
real_ip_header: "X-Forwarded-For"
|
||||
real_ip_from:
|
||||
"127.0.0.1": {}
|
||||
"::1": {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue