Adding errorlog and accesslog options

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
RD WebDesign 1 year ago
parent 9dcf5d27e0
commit c62317a2fb
No known key found for this signature in database
GPG Key ID: AE3C7FC910687F33

@ -12,9 +12,13 @@
# ANY CHANGES MADE TO THIS FILE AFTER INSTALL WILL BE LOST ON THE NEXT UPDATE #
###############################################################################
server.errorlog := "/var/log/lighttpd/error-pihole.log"
$HTTP["url"] =~ "^/admin/" {
server.document-root = "/var/www/html"
server.stream-response-body = 1
accesslog.filename = "/var/log/lighttpd/access-pihole.log"
accesslog.format = "%{%s}t|%h|%V|%r|%s|%b"
fastcgi.server = (
".php" => (

Loading…
Cancel
Save