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
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!
The text was updated successfully, but these errors were encountered:
The current documentation for nginx suggests disabling
fastcgi_request_buffering
: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 kepton
.Cheers!
The text was updated successfully, but these errors were encountered: