From e0fd52d04ff683b8b9f049ca3b1df229ae19bd99 Mon Sep 17 00:00:00 2001 From: Beth Date: Thu, 20 Mar 2025 22:06:08 -0500 Subject: [PATCH] removed denial of portal - unclear why that was there in the first place --- templates/server.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/server.conf b/templates/server.conf index 92e9d4b..5b500d0 100644 --- a/templates/server.conf +++ b/templates/server.conf @@ -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;