aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/vhost_ml.conf
blob: 0b2502b05bd0d51a3091fb2a2453702ffaafc400 (plain)
1
2
3
4
5
6
7
<VirtualHost *:80>
	ServerName ml.<%= domain %>
	DocumentRoot /usr/lib64/sympa/cgi
	<Location />
		Allow from all
	</Location>
</VirtualHost>