1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-06 04:23:43 -04:00
gitea/cmd
Greg Karékinian ebef3eff23 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 #5536
2018-12-12 23:00:24 +02:00
..
admin.go
cert.go
cmd.go
dump.go
generate.go
hook.go fix detect force push failure on deletion of protected branches (#5522) 2018-12-12 10:46:17 +02:00
keys.go
migrate.go
serv.go fix clone wiki failed via ssh (#5503) 2018-12-11 13:37:32 -05:00
web_graceful.go
web_windows.go
web.go Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537) 2018-12-12 23:00:24 +02:00