Block IP range nginx

Block a subnet and specific IP in nginx location/server block

deny 192.168.1.0/24; deny 10.0.0.1; allow all;
more nginx all 15 commands →