mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +01:00
Prevent webserver restart on clock jump
This commit is contained in:
parent
bb4ccfb6c7
commit
263be7806c
@ -1,10 +1,11 @@
|
|||||||
include "/etc/lighttpd/mime-types.conf"
|
include "/etc/lighttpd/mime-types.conf"
|
||||||
|
|
||||||
server.port = env.PORT
|
server.port = env.PORT
|
||||||
server.modules = ( "mod_alias" )
|
server.modules = ( "mod_alias" )
|
||||||
server.username = "lighttpd"
|
server.username = "lighttpd"
|
||||||
server.groupname = "lighttpd"
|
server.groupname = "lighttpd"
|
||||||
server.document-root = "/www"
|
server.document-root = "/www"
|
||||||
alias.url = ( env.SUBFOLDER => "/www" )
|
alias.url = ( env.SUBFOLDER => "/www" )
|
||||||
server.indexfiles = ("index.html")
|
server.indexfiles = ("index.html")
|
||||||
server.follow-symlink = "enable"
|
server.follow-symlink = "enable"
|
||||||
|
server.feature-flags += ( "server.clock-jump-restart" => 0 )
|
Loading…
Reference in New Issue
Block a user