From 798eced00d44bc93a995fcaaae16410ace313b64 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 27 Jun 2014 13:14:57 +0100 Subject: [PATCH] Web: set osmbugs.org to redirect to openstreetmap.org --- cookbooks/web/templates/default/apache.frontend.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cookbooks/web/templates/default/apache.frontend.erb b/cookbooks/web/templates/default/apache.frontend.erb index 7f34564c0..a3102d4b9 100644 --- a/cookbooks/web/templates/default/apache.frontend.erb +++ b/cookbooks/web/templates/default/apache.frontend.erb @@ -276,6 +276,8 @@ ServerAlias maps.open-maps.org mapz.open-maps.org ServerAlias open-maps.com www.open-maps.com ServerAlias maps.open-maps.com mapz.open-maps.com + ServerAlias osmbugs.org www.osmbugs.org + ServerAlias maps.osmbugs.org mapz.osmbugs.org #Third Party Sites ServerAlias openstreetmap.pm www.openstreetmap.pm -- 2.43.2