From 66e252a8c13f86933a8d76bc4c630fbefcf80c29 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Wed, 27 Nov 2019 09:29:07 +0000 Subject: [PATCH] Update 'init/entrypoint.sh' --- init/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/entrypoint.sh b/init/entrypoint.sh index 2e1d243..8973250 100644 --- a/init/entrypoint.sh +++ b/init/entrypoint.sh @@ -1,7 +1,7 @@ #!/bin/sh # Allow Lighttpd to log as normal -chown -R lighttpd /var/log/lighttpd && chmod -R u+rw /var/log/lighttpd +chown -R www-data /var/log/lighttpd && chmod -R u+rw /var/log/lighttpd # Duplicate log entries to stdout/stderr tail -F -n 0 /var/log/lighttpd/access.log /var/log/lighttpd/error.log 2> /dev/null &