bunkerweb 1.4.0
This commit is contained in:
4
core/authbasic/confs/server-http/htpasswd
Normal file
4
core/authbasic/confs/server-http/htpasswd
Normal file
@@ -0,0 +1,4 @@
|
||||
{% set crypt = import('crypt') %}
|
||||
{% if USE_AUTH_BASIC == "yes" %}
|
||||
{{ AUTH_BASIC_USER }}:{{ crypt.crypt(AUTH_BASIC_PASSWORD, crypt.mksalt(crypt.METHOD_SHA512)) }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user