From 81a30e8c97756f470154556121ceeb4963301e6c Mon Sep 17 00:00:00 2001 From: Kishan Takoordyal Date: Sat, 20 May 2023 19:32:37 +0000 Subject: [PATCH] Add new file --- Section_07/000-default.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Section_07/000-default.conf 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 +