Compare commits

...

1 commit
v1.0 ... prod

Author SHA1 Message Date
6f2a62f65e Removed blocking of portal in nginx config. (#2)
Reviewed-on: #2
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
2025-03-20 22:09:44 -05:00

View file

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