From 316a1c3817dbf982928eae2b440ad92d12bdd003 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 16 May 2019 11:35:22 +0200 Subject: [PATCH] fix acl.conf --- etc/nginx/common/acl.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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