mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-22 04:40:29 +00:00
Before: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000//">Found</a>. After: $ curl 0.0.0.0:3001 <a href="https://gitea.example.com:3000/">Found</a>. Fixes #5536