Commit 908428e4 by John Jarvis

loosen basic auth rules

parent cffe50f4
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
satisfy any; satisfy any;
allow 127.0.0.1; allow 127.0.0.1;
allow 10.0.0.0/8;
allow 192.168.0.0/16;
deny all; deny all;
auth_basic "Restricted"; 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