From c1d09cfb758a5760ab813ffa8703fa04d76df2e1 Mon Sep 17 00:00:00 2001 From: urosm Date: Tue, 19 Mar 2024 02:07:18 +0100 Subject: [PATCH] update `apache2` config --- .config/apache2/sites-available/bavbavhaus.localhost.conf | 2 +- .config/apache2/sites-available/bavbavhaus.net.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/apache2/sites-available/bavbavhaus.localhost.conf b/.config/apache2/sites-available/bavbavhaus.localhost.conf index 2ff57cb..f9c7d18 100644 --- a/.config/apache2/sites-available/bavbavhaus.localhost.conf +++ b/.config/apache2/sites-available/bavbavhaus.localhost.conf @@ -3,9 +3,9 @@ - DirectoryIndex README.html ServerName bavbavhaus.localhost DocumentRoot /home/urosm/bavbavhaus.net/public_html + DirectoryIndex README.html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined diff --git a/.config/apache2/sites-available/bavbavhaus.net.conf b/.config/apache2/sites-available/bavbavhaus.net.conf index 00c6667..3fb4b68 100644 --- a/.config/apache2/sites-available/bavbavhaus.net.conf +++ b/.config/apache2/sites-available/bavbavhaus.net.conf @@ -11,6 +11,7 @@ ServerName bavbavhaus.net ServerAlias www.bavbavhaus.net DocumentRoot /home/urosm/public_html/bavbavhaus.net + DirectoryIndex README.html ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined