3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
auth_basic "{{ AUTH_BASIC_TEXT }}";
|
|
auth_basic_user_file {{ NGINX_PREFIX }}.htpasswd;
|