Disable output_buffering in nginx config
basti
black.fledermaus at arcor.de
Wed Dec 7 16:15:20 UTC 2016
Hallo,
for one application i need to disable output_buffering in php.ini.
In my opinion there is a better solution to disable it for the special
location and not for system wide php.
So i try to set fastcgi_param PHP_VALUE "output_buffering=Off"; but when
i reload nginx and look at the app/ or on my phpinfo side the option is
still set to 4096 (default).
has anybody a solution?
Best regards
More information about the nginx
mailing list