ads still get blocked when a 404 happens

This commit is contained in:
Jacob Salmela 2015-10-17 12:12:51 -05:00
parent 7b16a42f31
commit 17904b3106
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ server.modules = (
)
server.document-root = "/var/www/html"
server.error-handler-404 = "pihole/index.html"
server.upload-dirs = ( "/var/cache/lighttpd/uploads" )
server.errorlog = "/var/log/lighttpd/error.log"
server.pid-file = "/var/run/lighttpd.pid"