summaryrefslogtreecommitdiff
path: root/examples/nginx/scalelite/blacklist
blob: 876c6d4c7a84601ef7f5f50208a44624b2d8b634 (plain)
1
2
3
4
5
6
7
8
9
## Deny access to IPs or subnets.
# deny IP;
# deny subnet;
# e.g.
# deny 192.168.0.1;
# deny 192.168.0.0/24;

## Allow access to everything else.
allow    all;