aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/vhost_pkgsubmit.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/vhost_pkgsubmit.conf')
-rw-r--r--modules/buildsystem/templates/vhost_pkgsubmit.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf
new file mode 100644
index 00000000..e37f6f8d
--- /dev/null
+++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf
@@ -0,0 +1,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>