Files
mailu/core/nginx/conf/proxy.conf
2017-12-04 22:19:17 +01:00

6 lines
214 B
Plaintext

# Default proxy setup
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;