z
This commit is contained in:
8
update/data/templates/nginx_protected_directory.conf
Normal file
8
update/data/templates/nginx_protected_directory.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
location |PROTECTED_PATH|/
|
||||
{
|
||||
|CUSTOM2|
|
||||
auth_basic "|AUTH_NAME|";
|
||||
auth_basic_user_file |HTPASSWD|;
|
||||
|
||||
|NGINX_PHP_CONF|
|
||||
}
|
||||
Reference in New Issue
Block a user