summaryrefslogtreecommitdiffstats
path: root/debian/config-dir/sites-available/000-default.conf
blob: 23bbcd31c48edb7f59442d2b82f968b86a0bea8b (plain)
1
2
3
4
5
6
7
8
9
<VirtualHost _default_:80>
	ServerName localhost
	ServerAdmin root@localhost

	DocumentRoot /var/www/html

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