This commit is contained in:
Zach Brown
2024-04-09 19:18:06 +00:00
parent 223e704adc
commit 2024ec569c
6 changed files with 11 additions and 7 deletions

View File

@@ -5,3 +5,5 @@ lighttpd-mod-cgi
lighttpd-mod-openssl
lighttpd-mod-proxy
printf "USER:$(openssl passwd -crypt PASSWORD)\n" >> .htpasswd

View File

@@ -7,7 +7,7 @@ server.modules = (
)
server.username = "nobody"
server.groupname = "nogroup"
server.groupname = "dialout"
server.port = 80
server.document-root = "/usrdata/simpleadmin/www"