aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/buildsystem/templates/vhost_pkgsubmit.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/vhost_pkgsubmit.conf b/modules/buildsystem/templates/vhost_pkgsubmit.conf
index e37f6f8d..b9e9f22f 100644
--- a/modules/buildsystem/templates/vhost_pkgsubmit.conf
+++ b/modules/buildsystem/templates/vhost_pkgsubmit.conf
@@ -1,11 +1,11 @@
<%
-pkgsubmit_root = "/home/schedbot/uploads"
+pkgsubmit_root = sched_home_dir + "/uploads"
%>
<VirtualHost *:80>
ServerName pkgsubmit.<%= domain %>
DocumentRoot <%= pkgsubmit_root %>
- Alias /uploads /home/schedbot/uploads
+ Alias /uploads <%= sched_home_dir %>/uploads
<Location />
Allow from all
Options Indexes