From 509d130077352a9d9dc0c8439b8a8a92061e8458 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 23:03:03 +0200 Subject: reproducible coreboot: fix typo --- etc/apache2/sites-available/jenkins.debian.net | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/apache2/sites-available/jenkins.debian.net b/etc/apache2/sites-available/jenkins.debian.net index e052b1e5..b036240c 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -250,7 +250,7 @@ Use common-debian-service-https-redirect reproducible.debian.net # 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] + RewriteRule ^/(.*) /coreboot/coreboot.html [R,L] Require all granted -- cgit v1.2.3-54-g00ecf