Compare commits

..

No commits in common. "prod" and "v1.0" have entirely different histories.
prod ... v1.0

View file

@ -18,6 +18,10 @@ server {
client_max_body_size 1024m; client_max_body_size 1024m;
location / { location / {
deny 172.16.41.60;
allow 172.16.0.0/16;
deny all;
proxy_pass $backend; proxy_pass $backend;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Proto https;