From 5890d4193253a7cc204a3e44e94ffdce3fb68ff5 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sun, 3 Jul 2022 22:09:14 +0200 Subject: [PATCH] Missing eof --- lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" alias.url = ( env.SUBFOLDER => "/www" ) server.indexfiles = ("index.html") server.follow-symlink = "enable" -server.feature-flags += ( "server.clock-jump-restart" => 0 ) \ No newline at end of file +server.feature-flags += ( "server.clock-jump-restart" => 0 ) -- 2.41.0