From 396cfb1bd4edaa453639c9d42091e9299a74bd5c Mon Sep 17 00:00:00 2001
From: "James E. Blair" <jeblair@openstack.org>
Date: Fri, 21 Dec 2012 10:15:11 -0800
Subject: [PATCH] Add /rechecks alias to zuul.

Since .html extensions are uncool.

Change-Id: I66ed8b6c43e7917d793ec372fac755e02b207c63
Reviewed-on: https://review.openstack.org/18552
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: Monty Taylor <mordred@inaugust.com>
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Tested-by: Jenkins
---
 modules/zuul/templates/zuul.vhost.erb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/zuul/templates/zuul.vhost.erb b/modules/zuul/templates/zuul.vhost.erb
index 580d7eac9a..746d6dd58c 100644
--- a/modules/zuul/templates/zuul.vhost.erb
+++ b/modules/zuul/templates/zuul.vhost.erb
@@ -13,6 +13,7 @@
   RewriteRule ^/status.json$ http://127.0.0.1:8001/status.json [P]
 
   Alias /rechecks.html /var/www/recheckwatch/rechecks.html
+  Alias /rechecks /var/www/recheckwatch/rechecks.html
 
   SetEnv GIT_PROJECT_ROOT /var/lib/zuul/git/
   SetEnv GIT_HTTP_EXPORT_ALL