5 lines
116 B
Plaintext
5 lines
116 B
Plaintext
location %AUTH_BASIC_LOCATION% {
|
|
auth_basic "%AUTH_BASIC_TEXT%";
|
|
auth_basic_user_file %NGINX_PREFIX%.htpasswd;
|
|
}
|