mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 14:59:23 +01:00
Prevent webserver restart on clock jump
This commit is contained in:
parent
bb4ccfb6c7
commit
263be7806c
@ -8,3 +8,4 @@ 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