aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/vhost_pkgsubmit.conf
blob: b9e9f22fd2aa8d418d22744049d0c7617904ac7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%
pkgsubmit_root = sched_home_dir + "/uploads"
%>

<VirtualHost *:80>
        ServerName pkgsubmit.<%= domain %>
        DocumentRoot <%= pkgsubmit_root %>
        Alias /uploads <%= sched_home_dir %>/uploads
        <Location />
          Allow from all
          Options Indexes
        </Location>
</VirtualHost>