diff --git a/etc/nginx/common/acl.conf b/etc/nginx/common/acl.conf index 8955bfa..4168417 100644 --- a/etc/nginx/common/acl.conf +++ b/etc/nginx/common/acl.conf @@ -1,8 +1,8 @@ - # EasyEngine (ee) protect locations using + # WordOps (wo) protect locations using # HTTP authentication || IP address satisfy any; auth_basic "Restricted Area"; - auth_basic_user_file htpasswd-ee; + auth_basic_user_file htpasswd-wo; # Allowed IP Address List allow 127.0.0.1; deny all; \ No newline at end of file