aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem')
-rw-r--r--modules/buildsystem/templates/vhost_pkgsubmit.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf
index b9e9f22f..d82e43b7 100644
--- a/modules/buildsystem/templates/vhost_pkgsubmit.conf
+++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf
@@ -1,10 +1,6 @@
-<%
-pkgsubmit_root = sched_home_dir + "/uploads"
-%>
-
<VirtualHost *:80>
ServerName pkgsubmit.<%= domain %>
- DocumentRoot <%= pkgsubmit_root %>
+ DocumentRoot /var/www/bs/
Alias /uploads <%= sched_home_dir %>/uploads
<Location />
Allow from all