X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/d76baeb068461f6f27c40a2fed1eae56586f08a7..8b1d336a1c2693b7f372df10860b96aa8d8a6a82:/docker/lighttpd.conf diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index 0e4bb5d..e4be235 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -2,6 +2,7 @@ var.basedir = "/www" var.logdir = "/var/log/lighttpd" var.statedir = "/var/lib/lighttpd" +server.port = 80 server.modules = ( "mod_access", "mod_usertrack", @@ -13,13 +14,14 @@ include "mime-types.conf" include "mod_fastcgi_fpm.conf" server.username = "lighttpd" -server.groupname = "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"