mirror of
https://github.com/makeplane/plane.git
synced 2026-06-13 19:19:54 +00:00
ff21e53f5a
X-Forward-For is not a real HTTP header — the standard is X-Forwarded-For. With the typo, Nginx never replaces $remote_addr with the actual client IP, so rate limiting and IP logging see the proxy IP instead of the real client. Affects all three nginx configs (web, admin, space).