Mitesh Shah
11 years ago
3 changed files with 7 additions and 20 deletions
@ -1,9 +1,8 @@ |
|||||
|
# Protect Locations Using HTTP AUTH OR IP-Based Authentication |
||||
satisfy any; |
satisfy any; |
||||
auth_basic "Restricted Area"; |
auth_basic "Restricted Area"; |
||||
auth_basic_user_file htpasswd-ee; |
auth_basic_user_file htpasswd-ee; |
||||
|
|
||||
## Allowd IP Address List |
|
||||
# allow 127.0.0.1; |
|
||||
|
|
||||
# uncomment following to turn on IP-based restriction |
# Allowed IP Address List |
||||
# deny all; |
allow 127.0.0.1; |
||||
|
deny all; |
||||
|
@ -1,3 +0,0 @@ |
|||||
# Allowd IP Address |
|
||||
allow 127.0.0.1; |
|
||||
deny all; |
|
Loading…
Reference in new issue