From fc846790190559b34fc590a462c0d76e237b05f3 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Mon, 25 Jul 2022 02:55:34 +0300 Subject: [PATCH] git: Redirect retired cgimap repo to replacement --- cookbooks/git/templates/default/apache.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cookbooks/git/templates/default/apache.erb b/cookbooks/git/templates/default/apache.erb index 30685fad9..3ab6be65e 100644 --- a/cookbooks/git/templates/default/apache.erb +++ b/cookbooks/git/templates/default/apache.erb @@ -53,6 +53,12 @@ # KeepaliveTimeout longer than git config uploadpack.keepalive 5 second default KeepAliveTimeout 20 + RewriteEngine on + RewriteRule ^/cgimap\.git.* https://github.com/zerebubuth/openstreetmap-cgimap [QSD,L,R=permanent] + # RewriteRule ^/planetdump\.git.* https://github.com/openstreetmap/planetdump [QSD,L,R=permanent] + # RewriteRule ^/gpx-import\.git.* https://github.com/openstreetmap/gpx-import [QSD,L,R=permanent] + # RewriteRule ^/potlatch2\.git.* https://github.com/openstreetmap/potlatch2 [QSD,L,R=permanent] + ScriptAlias /public /usr/lib/git-core/git-http-backend/public ScriptAlias /private /usr/lib/git-core/git-http-backend/private Alias /gitweb /usr/share/gitweb -- 2.39.5