]> git.openstreetmap.org Git - chef.git/commitdiff
git: Redirect retired cgimap repo to replacement
authorGrant Slater <git@firefishy.com>
Sun, 24 Jul 2022 23:55:34 +0000 (02:55 +0300)
committerGrant Slater <git@firefishy.com>
Mon, 25 Jul 2022 00:15:59 +0000 (03:15 +0300)
cookbooks/git/templates/default/apache.erb

index 30685fad936f7f76446b593092c4e9c9943554a2..3ab6be65eab5c49606c04954b99afd1b2350653f 100644 (file)
         # 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