Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created June 28, 2018 10:07
Show Gist options
  • Save svschannak/677baf2542a58c5ed7e279871f04860f to your computer and use it in GitHub Desktop.
Save svschannak/677baf2542a58c5ed7e279871f04860f to your computer and use it in GitHub Desktop.
Minio client_max_body_size
mkdir /home/dokku/minio/nginx.conf.d/
echo 'client_max_body_size 50m;' > /home/dokku/minio/nginx.conf.d/upload.conf
chown dokku:dokku /home/dokku/minio/nginx.conf.d/upload.conf
service nginx reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment