diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 23:03:03 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 23:03:03 +0200 |
commit | 509d130077352a9d9dc0c8439b8a8a92061e8458 (patch) | |
tree | 6c0391daa60607fe20d60c36c1b3afc68aef1a1f | |
parent | 5ae6325a75e539f210c99d0c6eb52e7856051862 (diff) | |
download | jenkins.debian.net-509d130077352a9d9dc0c8439b8a8a92061e8458.tar.xz |
reproducible coreboot: fix typo
-rw-r--r-- | etc/apache2/sites-available/jenkins.debian.net | 2 |
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 |