blob: e37f6f8d9feff70ac0a1c34ff64be86cf4559967 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<%
pkgsubmit_root = "/home/schedbot/uploads"
%>
<VirtualHost *:80>
ServerName pkgsubmit.<%= domain %>
DocumentRoot <%= pkgsubmit_root %>
Alias /uploads /home/schedbot/uploads
<Location />
Allow from all
Options Indexes
</Location>
</VirtualHost>
|