X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/d76baeb068461f6f27c40a2fed1eae56586f08a7..b013f40d595f6e6a4a2607898d897d9ed47ff662:/docker/lighttpd.conf diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index 0e4bb5d..bb3d548 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 = 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"