~dricottone/huttese

ref: 7c249f079fdb02d7674c4999b6c61b5fa5b0e60f huttese/sr/etc/nginx/web.conf -rw-r--r-- 186 bytes
7c249f07Dominic Ricottone Slight fix to the LMTP routing 2 years ago
                                                                                
1
2
3
4
5
real_ip_header X-Forwarded-For;
real_ip_recursive on;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;