summaryrefslogtreecommitdiff
path: root/templates/site.conf
blob: 842bde0a531ee05b1f369a5f31512c34a820ca90 (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>