/var/www/vhosts/ihelp.ro/httpdocs/vendor/maennchen/zipstream-php/guides
NameSizeModeActions
ContentLength.rst13720644editdlrm
FlySystem.rst10800644editdlrm
index.rst40240644editdlrm
Nginx.rst5590644editdlrm
Options.rst22240644editdlrm
PSR7Streams.rst5380644editdlrm
StreamOutput.rst8240644editdlrm
Symfony.rst46630644editdlrm
Varnish.rst6470644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/maennchen/zipstream-php/guides/Nginx.rst (559B)
Usage with nginx ============= If you are using nginx as a webserver, it will try to buffer the response. So you'll want to disable this with a custom header: .. code-block:: php header('X-Accel-Buffering: no'); # or with the Response class from Symfony $response->headers->set('X-Accel-Buffering', 'no'); Alternatively, you can tweak the `fastcgi cache parameters `_ within nginx config. See `original issue `_.