]> git.p6c8.net - jirafeau.git/blobdiff - docker/lighttpd.conf
Revert "[TASK] update CI to add PHP 8.1"
[jirafeau.git] / docker / lighttpd.conf
index b7032d98322b3cafe4b95801c2dd90cceea2d0e6..e4be235c3ee5bea39bda13f779134bab32f41794 100644 (file)
@@ -2,7 +2,7 @@ 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",
@@ -13,14 +13,15 @@ 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"
 server.indexfiles    = ("index.php", "index.html", "index.htm")
 server.follow-symlink = "enable"
 server.document-root = var.basedir
+server.max-request-size = 0
 
 dir-listing.show-header = "disable"
 dir-listing.hide-header-file = "enable"

patrick-canterino.de