mod_accesslog was ommited from the list of server modules, which causes a warning to be flashed up in the error log. Enabling this

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner
2023-01-16 11:03:21 +00:00
parent 21c7c8a008
commit 634e3b0e46
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -79,4 +79,4 @@ $HTTP["host"] == "pi.hole" {
}
# (keep this on one line for basic-install.sh filtering during install)
server.modules += ( "mod_access", "mod_redirect", "mod_fastcgi", "mod_setenv" )
server.modules += ( "mod_access", "mod_accesslog", "mod_redirect", "mod_fastcgi", "mod_setenv" )