diff options
Diffstat (limited to 'lighttpd.conf')
-rw-r--r-- | lighttpd.conf | 2 |
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" | |||
8 | alias.url = ( env.SUBFOLDER => "/www" ) | 8 | alias.url = ( env.SUBFOLDER => "/www" ) |
9 | server.indexfiles = ("index.html") | 9 | server.indexfiles = ("index.html") |
10 | server.follow-symlink = "enable" | 10 | server.follow-symlink = "enable" |
11 | server.feature-flags += ( "server.clock-jump-restart" => 0 ) \ No newline at end of file | 11 | server.feature-flags += ( "server.clock-jump-restart" => 0 ) |