Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537)
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 #5536tokarchuk/v1.17
parent
0bd802e3e1
commit
ebef3eff23
Loading…
Reference in new issue