-
Notifications
You must be signed in to change notification settings - Fork 432
Closed
Labels
Milestone
Description
Access phpMyAdmin & Other Shared Locations
- Allowed IP Adress
- Extra http Password for non allowed/dynamic ip address
# EasyEngine Shared Settings
location /ee {
autoindex on;
alias /var/www/shared/;
satisfy any;
include common/allowed_ip.conf;
#deny all;
auth_basic "Restricted";
auth_basic_user_file htpasswd;
index index.php index.html index.htm;