mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
14cfd8de23
This reverts commit f53e46c721.
The bug was actually caused by nginx messing up the Host header when reverse-proxying since I didn't have the line `proxy_set_header Host $host;` in my nginx config for Gitea.