You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you have to read this page http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html
and this page https://gist.github.com/magnetikonline/11312172to understand how to configure these buffers.
fastcgi_max_temp_file_size 0;
fastcgi_buffer_size 128k;
fastcgi_buffers 256 4k;
fastcgi_busy_buffers_size 256k;
fastcgi_temp_file_write_size 256k;
The text was updated successfully, but these errors were encountered: