~dricottone/huttese

ref: fe46d748b6290411d1878311cda721400459fe4a huttese/sr/etc/nginx/web.conf -rw-r--r-- 186 bytes
fe46d748Dominic Ricottone Fixes to configuration 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;