Closed
Description
- Gitea version (or commit ref): 1.11 and newer
- Git version: 2.18.4
- Operating system: CentOS 8
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
I have a gitea with base URL https://xxxx.yyy/git, using Nginx as a reverse proxy
same repository, when using 1.11 and newer, the submodule URL will be https://xxxx.yyy/git/git/zzz, click it just give me 404 because duplicated “git”
but 1.10 works fine, just https://xxxx.yyy/git/zzz
...