Is it possible to echo each time the loop is executed? For example:
foreach(range(1,9) as $n){ echo $n.\"\\n\"; sleep(1); }
Instead
I found that you can set:
header("Content-Encoding:identity");
in your php script to disable nginx gzipping without having to modify the nginx.conf
nginx.conf