]> git.p6c8.net - jirafeau.git/blobdiff - docker/lighttpd.conf
Translated INSTALL_FILE_NOT_FOUND_TITLE and INSTALL_FILE_NOT_FOUND_DESC to German
[jirafeau.git] / docker / lighttpd.conf
index bb3d548fb11d8a089b2e672c99a4b0a63740c577..680280fc8907a036b0ba75c85937aede1de9d540 100644 (file)
@@ -2,10 +2,10 @@ var.basedir  = "/www"
 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"
 )
@@ -13,8 +13,8 @@ server.modules = (
 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"

patrick-canterino.de