Does anyone know why compression headers fail when...
# ktor
m
Does anyone know why compression headers fail when using nginx as reverse proxy? I checked various SO post that suggested setting
http_proxy_version 1.1
which I already had, or setting a global
gzip off
, neither or which solved the issue.
🧵 2