Disable apache2 buffering
There is a problem with the implementation of the SSE
protocol based on the apache2
+ php-fpm
image
Apache persistently buffers all responses from fpm, even in cases where it is not required (in the implementation of the SSE protocol).
There are no such problems in Nginx!
Edited by Dzmitry Bannik