From 6f2a62f65e0416414e4c08fc8b0cdea7657a6bf3 Mon Sep 17 00:00:00 2001 From: Beth Date: Thu, 20 Mar 2025 22:09:44 -0500 Subject: [PATCH] Removed blocking of portal in nginx config. (#2) Reviewed-on: https://git.actcur.com/actcur-ansible/role-nginx-ssl/pulls/2 Co-authored-by: Beth Co-committed-by: Beth --- 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;