From: Nikolay Shaplov Date: Sun, 7 Jun 2026 14:30:13 +0000 (+0000) Subject: Some more proper redirects X-Git-Url: http://gitweb.nataraj.world/?a=commitdiff_plain;h=22e179567d4e272245fc8fa937a340bbafb0d83a;p=git4ai.git Some more proper redirects --- diff --git a/conf/nginx/git4ai b/conf/nginx/git4ai index 0a2ed2b..07c063a 100644 --- a/conf/nginx/git4ai +++ b/conf/nginx/git4ai @@ -124,6 +124,9 @@ location ~ "^/git4ai-show/([^/]+)/([^/]+)$" { rewrite ^/git4ai-show/([^/]+)/([^/]+)$ /git4ai-show/$1/-/$2/- last; } +location ~ "^/git4ai-cat-file/([^/]+)/([^/]+)$" { + rewrite ^/git4ai-cat-file/([^/]+)/([^/]+)$ /git4ai-cat-file/$1/-/$2/- last; +} # repo id location ~ "^/git4ai-ls-tree/([^/]+)/([^/]+)$" {