From: Shane Jaroch Date: Fri, 23 Jan 2026 19:07:20 +0000 (-0500) Subject: fi(gitea): add redirect for /v3/ and /v3 X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=12808f0c390889d409daf2a15ef52b91b8e373ce;p=nutratech%2Fvps-root.git fi(gitea): add redirect for /v3/ and /v3 --- diff --git a/etc/nginx/conf.d/dev/git-http.conf b/etc/nginx/conf.d/dev/git-http.conf index c9cf7ff..f13cd85 100644 --- a/etc/nginx/conf.d/dev/git-http.conf +++ b/etc/nginx/conf.d/dev/git-http.conf @@ -103,6 +103,9 @@ server { location = /v3 { return 302 /; } + location = /v3/ { + return 302 /; + } # ---------------------------------------------------------------------- # Version 3: Gitea (Full Server with Backend, Main)