Files
hassio-addons/portainer/rootfs/etc
alexbelgium 30250612e0 fix(portainer): disable nginx gzip re-compression on ingress
Ingress responses were re-gzipped by nginx (default gzip_types includes
text/html), dropping Content-Length and forcing a chunked/streamed
response. That pushes both Supervisor and Core's ingress proxy out of
their buffered relay path into the streaming path, where an
aiohttp-side error surfaces to the browser as a 502 Bad Gateway even
though the addon's own nginx logs a 200. Disabling gzip on the ingress
server block keeps responses identity-encoded with an intact
Content-Length so the relay uses the simpler, more robust buffered
path.

Fixes #2766
2026-07-24 13:55:29 +02:00
..