X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/1adc7273904dc3be64b309739d9eb9ecdbd67622..04a1d908e1fded89eae1b5594c4a8a3a459d4d91:/docker/lighttpd.conf?ds=inline diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index b7032d9..bb3d548 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -21,6 +21,7 @@ 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"