Nginx config for _changes feed=continuous

Hi

When using an nginx reverse proxy in front of SG the recommended config doesn’t work with _changes if feed=continuous.

If I turn off proxy_buffering in the config it works ok. Is there any reason not to do this? Might this adversely affect iOS sync performance? Should I only turn off the buffer for _changes?

Thanks

P

I would assume proxy_buffering is not compatible with websockets. Maybe @march44 can tell you more about it.