X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=lighttpd.conf;h=fa0cfb29f2d6943cc5f3a90e679f090f96fe3e03;hb=53726ecc1ad039f70b37647865d1d03fb0b87395;hp=04b0bedb637d3267899fe68fa0b9e5de8aa4e73b;hpb=cd75da69f9e57c3fe0f63c3ed6def0577d75a47c;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/lighttpd.conf b/lighttpd.conf index 04b0bed..fa0cfb2 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -1,10 +1,11 @@ include "/etc/lighttpd/mime-types.conf" -server.port = env.PORT -server.modules = ( "mod_alias" ) -server.username = env.USER -server.groupname = env.GROUP -server.document-root = "/www" -alias.url = ( env.SUBFOLDER => "/www" ) -server.indexfiles = ("index.html") -server.follow-symlink = "enable" +server.port = env.PORT +server.modules = ( "mod_alias" ) +server.username = "lighttpd" +server.groupname = "lighttpd" +server.document-root = "/www" +alias.url = ( env.SUBFOLDER => "/www" ) +server.indexfiles = ("index.html") +server.follow-symlink = "enable" +server.feature-flags += ( "server.clock-jump-restart" => 0 )