Commit 6cc29332 by e0d

Merge pull request #1561 from edx/e0d/no-auth-from-10

whitelisting 10.0.0.0/8
parents 9ed225f3 323f4bc5
......@@ -4,6 +4,12 @@
allow 127.0.0.1;
allow 192.168.0.0/16;
allow 172.16.0.0/12;
allow 10.3.110.0/24;
allow 10.3.120.0/24;
allow 10.8.110.0/24;
allow 10.8.120.0/24;
deny all;
auth_basic "Restricted";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment