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