From 1eb7f879f07b8c2b856bb9aaf0ae57c56ca02f30 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Tue, 1 Dec 2015 15:12:16 -0600 Subject: [PATCH] fixes #101 the line url.access-deny caused the error. --- advanced/lighttpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/lighttpd.conf b/advanced/lighttpd.conf index a4253a0..31cb47b 100644 --- a/advanced/lighttpd.conf +++ b/advanced/lighttpd.conf @@ -1,4 +1,5 @@ server.modules = ( + "mod_access", "mod_expire", "mod_compress", "mod_redirect",