var.logdir = "/var/log/lighttpd"
var.statedir = "/var/lib/lighttpd"
-server.port = 8080
+server.port = 80
server.modules = (
"mod_access",
- "mod_usertrack",
+# "mod_usertrack",
"mod_expire",
"mod_accesslog"
)
include "mime-types.conf"
include "mod_fastcgi_fpm.conf"
-#server.username = "lighttpd"
-#server.groupname = "lighttpd"
+server.username = "lighttpd"
+server.groupname = "www-data"
server.pid-file = "/run/lighttpd.pid"
server.errorlog = var.logdir + "/error.log"