diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-27 23:41:45 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-27 23:41:45 +0100 |
commit | caa69cc477ec17a6ff692c2179bce8073c4dacf5 (patch) | |
tree | 61fcdcd8a05626c621bdbac4540f6bd5eeda91e5 /etc | |
parent | f078464d5167de7fd4960754c06e3edf5bfcfa99 (diff) | |
download | jenkins.debian.net-caa69cc477ec17a6ff692c2179bce8073c4dacf5.tar.xz |
fix typo
Diffstat (limited to 'etc')
-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 d65aa14f..924c4492 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -98,7 +98,7 @@ Use common-debian-service-https-redirect reproducible.debian.net RewriteCond %{REQUEST_URI} ^/userContent/reproducible.html$ [or] RewriteCond %{REQUEST_URI} ^/userContent/reproducible.json$ [or] RewriteCond %{REQUEST_URI} ^/userContent/index_issues.html$ [or] - RewriteCond %{REQUEST_URI} ^/userContent/index_notess.html$ [or] + RewriteCond %{REQUEST_URI} ^/userContent/index_notes.html$ [or] RewriteCond %{REQUEST_URI} ^/userContent/index_schedule.html$ [or] RewriteCond %{REQUEST_URI} ^/userContent/index_last_24h.html$ [or] RewriteCond %{REQUEST_URI} ^/userContent/index_last_48h.html$ [or] |