mirror of
https://gitee.com/gitea/gitea
synced 2025-11-02 15:40:27 +08: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