Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak fastcgi buffers, just in case. #10

Closed
artmouse opened this issue May 16, 2016 · 1 comment
Closed

Tweak fastcgi buffers, just in case. #10

artmouse opened this issue May 16, 2016 · 1 comment

Comments

@artmouse
Copy link

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;

@magenx
Copy link
Owner

magenx commented May 16, 2016

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.

@magenx magenx closed this as completed May 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants