]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - docker/lighttpd.conf
[TASK] reword file_hash option
[jirafeau_mojo42.git] / docker / lighttpd.conf
index 0e4bb5d0a6b34e5cd996c1813b12493fcf4120d9..bb3d548fb11d8a089b2e672c99a4b0a63740c577 100644 (file)
@@ -2,6 +2,7 @@ var.basedir  = "/www"
 var.logdir   = "/var/log/lighttpd"
 var.statedir = "/var/lib/lighttpd"
 
+server.port = 8080
 server.modules = (
     "mod_access",
     "mod_usertrack",
@@ -12,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     = "lighttpd"
 
 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