From 47303d69c5baa3fab16788d043d7b8138e0b6a49 Mon Sep 17 00:00:00 2001 From: Tobias Date: Sat, 13 Jun 2026 13:34:44 +0100 Subject: [PATCH] Add configs/apache.j2 --- configs/apache.j2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 configs/apache.j2 diff --git a/configs/apache.j2 b/configs/apache.j2 new file mode 100644 index 0000000..dc6d96d --- /dev/null +++ b/configs/apache.j2 @@ -0,0 +1,14 @@ + + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/intranet + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + +Alias /files /var/www/files + + Options +Indexes + + + \ No newline at end of file