~dricottone/huttese

ref: 5d2aca8c20674920a34852d9c79698b607a996d5 huttese/sr/etc/nginx/web.conf -rw-r--r-- 186 bytes
5d2aca8cDominic Ricottone sshd 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;