removed denial of portal - unclear why that was there in the first place

This commit is contained in:
Beth Parker 2025-03-20 22:06:08 -05:00
parent 4088e37721
commit e0fd52d04f

View file

@ -18,10 +18,6 @@ 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;