From 46c182707bbaf63f79d85e575a16fd90b95ec344 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 18:19:23 +0200 Subject: reproducible openwrt: add logo. add redirect for /openwrt/ --- 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 b036240c..4986d7d8 100644 --- a/etc/apache2/sites-available/jenkins.debian.net +++ b/etc/apache2/sites-available/jenkins.debian.net @@ -252,6 +252,12 @@ Use common-debian-service-https-redirect reproducible.debian.net RewriteCond %{REQUEST_URI} ^/coreboot/$ RewriteRule ^/(.*) /coreboot/coreboot.html [R,L] + # redirect /openwrt/ to openwrt/openwrt.html + # note: the missing slash in the RewriteRule is wanted to avoid a double slash + RewriteCond %{HTTP_HOST} reproducible\.debian\.net + RewriteCond %{REQUEST_URI} ^/openwrt/$ + RewriteRule ^/(.*) /openwrt/openwrt.html [R,L] + Require all granted -- cgit v1.2.3-54-g00ecf