summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/sites-available/000-default-ssl.conf
blob: fc2d661aa048eac49f5123a606b00c3543c04aed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<VirtualHost _default_:443>
	ServerName localhost
	ServerAdmin root@localhost

	DocumentRoot /var/www/html

	Include /etc/apache2/conf-available/ssl-snakeoil.conf
	Include /etc/apache2/conf-available/ssl-dhparam.conf
	Include /etc/apache2/conf-available/ssl-dehydrated.conf

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