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