~dricottone/container-images

ref: 04055de23cf448190786e78e9a4b2061a56d7f3f container-images/nginx/proxy.conf -rw-r--r-- 186 bytes
04055de2Dominic Ricottone Initial commit with my core utilities 1 year, 5 months 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;