forked from 0x2620/pandora
only send one remote ip to pan.do/ra (nginx setup)
This commit is contained in:
parent
692075de1d
commit
b9bcb048d3
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ server {
|
|||
}
|
||||
|
||||
location / {
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto http;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_redirect off;
|
||||
|
|
Loading…
Reference in a new issue