X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/e91b93baaaa5e4bb1baa2e565c2db4776c211039..9493cba088d6a0554687ecba4091f72c19300f1d:/docker/lighttpd.conf diff --git a/docker/lighttpd.conf b/docker/lighttpd.conf index b7032d9..e4be235 100644 --- a/docker/lighttpd.conf +++ b/docker/lighttpd.conf @@ -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"