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"