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

nginx Server Admin manual suggests disabling request buffering which will lead to problems #12407

Open
haarp opened this issue Nov 30, 2024 · 0 comments

Comments

@haarp
Copy link

haarp commented Nov 30, 2024

The current documentation for nginx suggests disabling fastcgi_request_buffering:

Setting this option to fastcgi_request_buffering off; in your nginx config might help with timeouts during the upload. Furthermore it helps if you’re running out of disc space on the tmp partition of your system.

However, this setting is dangerous and will lead to 0-byte files when using chunked uploads. See this issue.

The documentation should be adjusted accordingly. fastcgi_request_buffering should be kept on.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant