From 8dd871b3682768cb11bbe6ffec0651c9c5a11f13 Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 20 Sep 2022 18:56:22 +0200 Subject: [PATCH] add logging to apache Signed-off-by: szaimen --- Containers/apache/nextcloud.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Containers/apache/nextcloud.conf b/Containers/apache/nextcloud.conf index d701a264..75758be8 100644 --- a/Containers/apache/nextcloud.conf +++ b/Containers/apache/nextcloud.conf @@ -1,5 +1,9 @@ Listen 8000 + # Add error log + CustomLog ${APACHE_LOG_DIR}/access.log combined + ErrorLog ${APACHE_LOG_DIR}/error.log + # PHP match SetHandler "proxy:fcgi://nextcloud-aio-nextcloud:9000"