Files
bunkerweb/confs/site/htpasswd
2021-05-26 14:50:50 +02:00

4 lines
107 B
Plaintext

{% if USE_AUTH_BASIC == "yes" %}
{{ AUTH_BASIC_USER }}:{{ sha512_crypt(AUTH_BASIC_PASSWORD) }}
{% endif %}