From a53dff8f464f833a1617695d5d1bd518cbc3864c Mon Sep 17 00:00:00 2001 From: sylvain Date: Thu, 15 May 2025 19:25:43 +0000 Subject: [PATCH] Actualiser src/container_apache.conf --- src/container_apache.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/container_apache.conf b/src/container_apache.conf index 42318e2..a3e3ed3 100644 --- a/src/container_apache.conf +++ b/src/container_apache.conf @@ -1,5 +1,5 @@ - ServerName {{DOMAIN}} + ServerName yourdomain.com DocumentRoot /var/www/html @@ -7,6 +7,6 @@ Require all granted - ErrorLog ${APACHE_LOG_DIR}/hubzilla_error.log - CustomLog ${APACHE_LOG_DIR}/hubzilla_access.log combined + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined \ No newline at end of file