This commit is contained in:
Beth Parker 2024-10-07 22:34:21 -05:00
parent 558eae2108
commit 0f54dd329c

View file

@ -18,7 +18,7 @@ server {
client_max_body_size 1024m; client_max_body_size 1024m;
location / { location / {
deny 172.16.41.60 deny 172.16.41.60;
allow 172.16.0.0/16; allow 172.16.0.0/16;
deny all; deny all;