From b9e9d8af228e875d3c8b4bd224f3deed110d7bab Mon Sep 17 00:00:00 2001 From: sylvain Date: Thu, 15 May 2025 19:04:33 +0000 Subject: [PATCH] Actualiser src/container_apache.conf --- src/container_apache.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/container_apache.conf b/src/container_apache.conf index 4e10429..42318e2 100644 --- a/src/container_apache.conf +++ b/src/container_apache.conf @@ -1,14 +1,12 @@ ServerName {{DOMAIN}} - DocumentRoot /var/www/html - Options Indexes FollowSymLinks AllowOverride All Require all granted - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined + ErrorLog ${APACHE_LOG_DIR}/hubzilla_error.log + CustomLog ${APACHE_LOG_DIR}/hubzilla_access.log combined \ No newline at end of file