summaryrefslogtreecommitdiffstats
path: root/hosts
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-06-08 13:29:10 -0400
committerHolger Levsen <holger@layer-acht.org>2016-06-08 19:31:59 +0200
commitf836d85d3ded48ee8331d836a01e09ba3ce70dcb (patch)
tree5d76c555b97965ec57c46f8bb964734e91ed3d08 /hosts
parent872ebbd711f3b8225b1c3798ce99f07ce784bf65 (diff)
downloadjenkins.debian.net-f836d85d3ded48ee8331d836a01e09ba3ce70dcb.tar.xz
reproducible debian: fix rewrite rule for tests.r-b.org
Diffstat (limited to 'hosts')
-rw-r--r--hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
index 79bdb475..7b187592 100644
--- a/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
+++ b/hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf
@@ -351,7 +351,7 @@ Use common-debian-service-https-redirect reproducible-builds.org
# use reproducible.html as "home page"
RewriteCond %{HTTP_HOST} tests\.reproducible-builds\.org
RewriteCond %{REQUEST_URI} ^/$
- RewriteRule ^/(.*) /reproducible.html [R,L]
+ RewriteRule ^/(.*) /debian/reproducible.html [R,L]
# drop the (old|ugly) /userContent/ directory from the url
RewriteCond %{HTTP_HOST} tests\.reproducible-builds\.org