if you have this error from nginx with php-fpm and output_buffers = On in your php.ini then try to increment the buffer size in nginx:
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;

if you have this error from nginx with php-fpm and output_buffers = On in your php.ini then try to increment the buffer size in nginx:
fastcgi_buffers 8 16k;
fastcgi_buffer_size 32k;

No comments yet.