only send one remote ip to pan.do/ra (nginx setup)

This commit is contained in:
j 2013-09-03 15:48:36 +02:00
parent 692075de1d
commit b9bcb048d3
1 changed files with 1 additions and 1 deletions

View File

@ -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;