From bcfbd0a91752ee7e63299a23e5d0840c25f6d08d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 19:56:34 +0200 Subject: reproducible coreboot: improve main page and link to it from rb.d.n --- etc/apache2/sites-available/jenkins.debian.net | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/apache2') diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net index 91c93fe1..e052b1e5 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -246,6 +246,12 @@ Use common-debian-service-https-redirect reproducible.debian.net RewriteCond %{REQUEST_URI} ^/(testing|unstable|experimental)/$ RewriteRule ^/(.*) /$1index_suite_stats.html [R,L] + # redirect /coreboot/ to coreboot/coreboot.html + # note: the missing slash in the RewriteRule is wanted to avoid a double slash + RewriteCond %{HTTP_HOST} reproducible\.debian\.net + RewriteCond %{REQUEST_URI} ^/coreboot/$ + RewriteRule ^/(.*) /coreboot/coreboot.html_ [R,L] + Require all granted -- cgit v1.2.3-70-g09d2