aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/vhost_mageia.org.conf
blob: 60cd819505b76d503fd22bebb457bac2cccfd568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%
path_data_directory = "/usr/lib" + ( architecture == "x86_64" ? '64' : '') + "/bugzilla"
%>

<VirtualHost *:80>
        ServerName bugs.<%= domain %>
        DocumentRoot /usr/share/bugzilla/www
        Alias /bugzilla/data <%= path_data_directory %>
        Alias /bugzilla /usr/share/bugzilla/www
        <Location />
                Allow from all
        </Location>
</VirtualHost>