diff --git a/templates/server.conf b/templates/server.conf index 2b36d9b..92e9d4b 100644 --- a/templates/server.conf +++ b/templates/server.conf @@ -18,7 +18,7 @@ server { client_max_body_size 1024m; location / { - deny 172.16.41.60 + deny 172.16.41.60; allow 172.16.0.0/16; deny all;