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

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