shell-things/etc/nginx/conf.d/rproxy.conf.nginx

3 lines
122 B
Plaintext
Raw Normal View History

2014-12-27 10:09:00 +01:00
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;