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

000-default.conf « sites-available « apache2 « default_vhost « debian_apache_2_4 « testdata « tests « certbot_apache « certbot-apache - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d81fe132d622158087dc96b95ebb1f10622d6370 (plain)
1
2
3
4
5
6
7
8
9
10
11
<VirtualHost *:80>
        # How well does Certbot work without a ServerName/Alias?
	ServerAdmin webmaster@localhost
	DocumentRoot /var/www/html

	ErrorLog ${APACHE_LOG_DIR}/error.log
	CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet