diff --git a/apache/000-default.conf b/apache/000-default.conf new file mode 100644 index 0000000..1041378 --- /dev/null +++ b/apache/000-default.conf @@ -0,0 +1,12 @@ + + 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 +