bring dashboards back, tweaking and prepare for beta

This commit is contained in:
t3chn0m4g3
2016-10-23 10:34:08 +00:00
parent 8051e32f95
commit c8f2739d11
6 changed files with 17 additions and 9 deletions

View File

@ -73,8 +73,13 @@ server {
##################################
### Restrict access and basic auth
##################################
# satisfy all;
satisfy any;
# allow 10.0.0.0/8;
# allow 172.16.0.0/12;
# allow 192.168.0.0/16;
allow 127.0.0.1;
allow ::1;
deny all;