summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 18:19:23 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 18:19:23 +0200
commit46c182707bbaf63f79d85e575a16fd90b95ec344 (patch)
tree3f49dfa1e53a6e0d5e90912dc8d449421622032f
parent3948a0b90d8d050c9cd349de5522f199e3fb8823 (diff)
downloadjenkins.debian.net-46c182707bbaf63f79d85e575a16fd90b95ec344.tar.xz
reproducible openwrt: add logo. add redirect for /openwrt/
-rw-r--r--etc/apache2/sites-available/jenkins.debian.net6
-rw-r--r--userContent/reproducible/openwrt/logo.pngbin0 -> 13810 bytes
2 files changed, 6 insertions, 0 deletions
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]
+
<Proxy *>
Require all granted
</Proxy>
diff --git a/userContent/reproducible/openwrt/logo.png b/userContent/reproducible/openwrt/logo.png
new file mode 100644
index 00000000..916fb57a
--- /dev/null
+++ b/userContent/reproducible/openwrt/logo.png
Binary files differ