summaryrefslogtreecommitdiff
path: root/templates/site.conf
blob: 52ddb5395d2220396757ecc60f464c0127e1365a (plain)
1
2
3
4
5
6
7
8
9
<VirtualHost *>
	ServerName <%= name %>
	DocumentRoot /var/cache/munin/www/
	<Location />
		order allow,deny
		Allow from all
	</Location>
</VirtualHost>