Prevent webserver restart on clock jump

This commit is contained in:
Bastien Wirtz 2022-07-02 14:29:34 +02:00
parent bb4ccfb6c7
commit 263be7806c

View File

@ -8,3 +8,4 @@ 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 )