aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-03 22:09:14 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-03 22:09:14 +0200
commit5890d4193253a7cc204a3e44e94ffdce3fb68ff5 (patch)
tree518f6c9d548659ce4c2fb508abc8c3c788ba98b0
parent59994bfee8ae2151238e0ba98b84dd04ae3a43a4 (diff)
downloadhomer-5890d4193253a7cc204a3e44e94ffdce3fb68ff5.tar.gz
homer-5890d4193253a7cc204a3e44e94ffdce3fb68ff5.tar.zst
homer-5890d4193253a7cc204a3e44e94ffdce3fb68ff5.zip
Missing eof
-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 )