devops-demo/Section_07/000-default.conf
Kishan Takoordyal 81a30e8c97 Add new file
2023-05-20 19:32:37 +00:00

10 lines
253 B
Plaintext

<VirtualHost *:80>
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
</VirtualHost>