Files
DirectAdmin-1.62.4/directadmin-1.62.4/data/templates/nginx_protected_directory.conf
tuend-work 0b28a76e20 ud
2025-11-12 23:24:15 +07:00

10 lines
148 B
Plaintext

location |PROTECTED_PATH|/
{
|CUSTOM2|
|LOCATION_INSERT|
auth_basic "|AUTH_NAME|";
auth_basic_user_file |HTPASSWD|;
|NGINX_PHP_CONF|
}