~dricottone/huttese

ref: 114e44ac619039f558cb13121f30c36562edf1de huttese/sr/etc/nginx/web.conf -rw-r--r-- 186 bytes
114e44acDominic Ricottone Version 1.1 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;