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

Increase proxy buffers to 256k #19

Merged
merged 1 commit into from
Dec 18, 2017
Merged

Increase proxy buffers to 256k #19

merged 1 commit into from
Dec 18, 2017

Conversation

achekulaev
Copy link
Member

Increase buffers significantly to avoid issues in future.

@achekulaev
Copy link
Member Author

achekulaev commented Dec 18, 2017

@lmakarov however it might be not enough to increase buffers here (https://stackoverflow.com/a/13896157/1359178). There is also a need to increase buffers in fastcgi

fastcgi_buffer_size 128k;
fastcgi_buffers 4 256k;
fastcgi_busy_buffers_size 256k;

@lmakarov lmakarov merged commit 54a9c70 into develop Dec 18, 2017
@achekulaev achekulaev deleted the proxy-buffers branch December 18, 2017 18:42
@lmakarov lmakarov mentioned this pull request Mar 15, 2018
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

Successfully merging this pull request may close these issues.

2 participants