You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running gitea via docker-compose behind a reverse proxy (nginx). After updating the docker image to 1.18.0 the web ui refuses to work (502) on browser access:
tjblackheart
changed the title
1.180.0: broken UI: "Unexpected proxy header" with nginx reverse proxy
1.18.0: "Unexpected proxy header" with nginx reverse proxy
Dec 30, 2022
Confirmed: Disabling USE_PROXY_PROTOCOL makes things work again. Thank you. This should really be communicated somewhere because it is not mentioned in the update notes and the same config worked fine with 1.17.4.
Description
Hello!
Running gitea via docker-compose behind a reverse proxy (nginx). After updating the docker image to 1.18.0 the web ui refuses to work (502) on browser access:
These byte slices translate to
The proxy header config:
It makes no difference if I disable them.
The nginx config:
Gitea Version
1.18.0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
No response
Operating System
Ubuntu Jammy
How are you running Gitea?
v1.18.0 with docker-compose
Database
SQLite
The text was updated successfully, but these errors were encountered: