RocketChat / docs-old

Rocket.Chat's user documentation.
https://docs.rocket.chat
334 stars 770 forks source link

client_max_body_size setting in nginx #2046

Closed sdarwin closed 2 years ago

sdarwin commented 2 years ago

Hi,

From https://github.com/RocketChat/Rocket.Chat/issues/13351 it was necessary to set client_max_body_size 0; to fix the bug "Failed_To_upload_Import_File" for Slack Import. I encountered the issue and it's also corroborated by other users in the discussion.

"By default, NGINX® has a upload limit of 1 MB per file. By editing client_max_body_size, you adjust the file upload size."