aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd.conf
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-13 13:46:03 -0700
committerGitHub <noreply@github.com>2022-07-13 13:46:03 -0700
commitc11c45a661addf377ac5f4773ba39f5ef66ec155 (patch)
tree204cd561549dd6424d7e07c88b042e3bce62d608 /lighttpd.conf
parentd57821b5fa8b994bc4082f7565a072090ff288a1 (diff)
parent0eca982f8bc89bbac3ed4fee248fc53b7c4c0527 (diff)
downloadhomer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.gz
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.tar.zst
homer-c11c45a661addf377ac5f4773ba39f5ef66ec155.zip
Merge pull request #482 from bastienwirtz/vuejs-3
Vuejs 3
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 )