1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 14:25:46 +00:00

fix: Move NETWORK_ACCESS to location block

This commit is contained in:
Alexander Lieret
2021-08-24 15:51:39 +02:00
committed by Nicolas Duchon
parent 6a580ad664
commit 28c74e8dae
2 changed files with 18 additions and 16 deletions

View File

@ -3,4 +3,5 @@ allow 127.0.0.0/8;
allow 10.0.0.0/8;
allow 192.168.0.0/16;
allow 172.16.0.0/12;
allow fc00::/7; # IPv6 local address range
deny all;