Adam Warner 2022-01-26 21:03:47 +00:00
parent a29faad9df
commit 1f3951431b
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ s6-echo "Starting lighttpd"
touch /var/log/lighttpd/access.log /var/log/lighttpd/error.log
# Ensure that permissions are set so that lighttpd can write to the logs
chown www-data:www-data /var/log/lighttpd/access.log /var/log/lighttpd/error.log
chown -R www-data:www-data /var/log/lighttpd
chmod 0644 /var/log/lighttpd/access.log /var/log/lighttpd/error.log
lighttpd -D -f /etc/lighttpd/lighttpd.conf