summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-06 23:03:03 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-06 23:03:03 +0200
commit509d130077352a9d9dc0c8439b8a8a92061e8458 (patch)
tree6c0391daa60607fe20d60c36c1b3afc68aef1a1f /etc
parent5ae6325a75e539f210c99d0c6eb52e7856051862 (diff)
downloadjenkins.debian.net-509d130077352a9d9dc0c8439b8a8a92061e8458.tar.xz
reproducible coreboot: fix typo
Diffstat (limited to 'etc')
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net2
1 files changed, 1 insertions, 1 deletions
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]
<Proxy *>
Require all granted