diff --git a/Section_07/000-default.conf b/Section_07/000-default.conf new file mode 100644 index 0000000..948c360 --- /dev/null +++ b/Section_07/000-default.conf @@ -0,0 +1,9 @@ + + ServerName demo-devops.kinesis.world + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +