aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index f62657a..fa0cfb2 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -8,4 +8,4 @@ server.document-root = "/www"
8alias.url = ( env.SUBFOLDER => "/www" ) 8alias.url = ( env.SUBFOLDER => "/www" )
9server.indexfiles = ("index.html") 9server.indexfiles = ("index.html")
10server.follow-symlink = "enable" 10server.follow-symlink = "enable"
11server.feature-flags += ( "server.clock-jump-restart" => 0 ) \ No newline at end of file 11server.feature-flags += ( "server.clock-jump-restart" => 0 )