diff --git a/apache/apache2.conf b/apache/apache2.conf new file mode 100644 index 0000000..92af865 --- /dev/null +++ b/apache/apache2.conf @@ -0,0 +1,10 @@ +ServerName localhost + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + + +ErrorLog ${APACHE_LOG_DIR}/error.log +CustomLog ${APACHE_LOG_DIR}/access.log combined \ No newline at end of file