Fixes
This commit is contained in:
@@ -5,3 +5,5 @@ lighttpd-mod-cgi
|
||||
lighttpd-mod-openssl
|
||||
lighttpd-mod-proxy
|
||||
printf "USER:$(openssl passwd -crypt PASSWORD)\n" >> .htpasswd
|
||||
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ server.modules = (
|
||||
)
|
||||
|
||||
server.username = "nobody"
|
||||
server.groupname = "nogroup"
|
||||
server.groupname = "dialout"
|
||||
|
||||
server.port = 80
|
||||
server.document-root = "/usrdata/simpleadmin/www"
|
||||
|
||||
Reference in New Issue
Block a user