From f836d85d3ded48ee8331d836a01e09ba3ce70dcb Mon Sep 17 00:00:00 2001 From: Valerie R Young Date: Wed, 8 Jun 2016 13:29:10 -0400 Subject: reproducible debian: fix rewrite rule for tests.r-b.org --- hosts/jenkins/etc/apache2/sites-available/jenkins.debian.net.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/jenkins/etc/apache2') 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 -- cgit v1.2.3-54-g00ecf