Move .htpasswd to /opt/etc

This commit is contained in:
iamromulan
2024-04-13 23:25:55 -04:00
parent db98e44aae
commit 0c62275c95
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ server.document-root = "/usrdata/simpleadmin/www"
index-file.names = ( "index.html" )
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/usrdata/simpleadmin/.htpasswd"
auth.backend.htpasswd.userfile = "/opt/etc/.htpasswd"
$SERVER["socket"] == "0.0.0.0:443" {
ssl.engine = "enable"