Adding http config file

This commit is contained in:
Aaron Johnson 2022-04-04 10:35:11 +00:00
parent 6ad7c95ea7
commit 7827880a51
1 changed files with 11 additions and 0 deletions

11
myresolver.net.conf Normal file
View File

@ -0,0 +1,11 @@
<VirtualHost *:80>
ServerName myresolver.net
DocumentRoot /var/www/myresolver/html
LogLevel warn
ErrorLog /var/log/httpd/http-myresolver.net-error_log
CustomLog /var/log/httpd/http-myresolver.net-referer_log referer
CustomLog /var/log/httpd/http-myresolver.net-agent_log agent
CustomLog /var/log/httpd/http-myresolver.net-access_log combined
</VirtualHost>