Welcome to mirror list, hosted at ThFree Co, Russian Federation.

centos.example.com.conf « conf.d « httpd « apache « centos7_apache « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de7ac2777527ef73aff2124ba401c7a3211bc623 (plain)
1
2
3
4
5
6
7
<VirtualHost *:80>
	ServerName centos.example.com
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html
	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>