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