When using [[Server Sent Events]] with [[Nginx]] as a reverse proxy, set the following config options: ``` proxy_set_header Connection ''; proxy_http_version 1.1; chunked_transfer_encoding off; proxy_buffering off; proxy_cache off; ```