diff options
author | Valerie R Young <spectranaut@riseup.net> | 2016-06-08 13:29:10 -0400 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-08 19:31:59 +0200 |
commit | f836d85d3ded48ee8331d836a01e09ba3ce70dcb (patch) | |
tree | 5d76c555b97965ec57c46f8bb964734e91ed3d08 /hosts/jenkins | |
parent | 872ebbd711f3b8225b1c3798ce99f07ce784bf65 (diff) | |
download | jenkins.debian.net-f836d85d3ded48ee8331d836a01e09ba3ce70dcb.tar.xz |
reproducible debian: fix rewrite rule for tests.r-b.org
Diffstat (limited to 'hosts/jenkins')
-rw-r--r-- | hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 2 |
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 |