~dricottone/huttese

ref: 3792612e41649738053ff29f84fea07f0dc0cb17 huttese/etc/nginx/web.conf -rw-r--r-- 186 bytes
3792612eDominic Ricottone Initial commit 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;