aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bugzilla/templates/vhost_mageia.org.conf
blob: 625fb666db1ba48f4f834c19d98a01ed813747ec (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.mageia.org
        DocumentRoot /usr/share/bugzilla/www
        Alias /bugzilla/data <%= path_data_directory %>
        Alias /bugzilla /usr/share/bugzilla/www
        <Location />
                Allow from all
        </Location>
</VirtualHost>