Compare commits
No commits in common. "prod" and "v1.0" have entirely different histories.
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue