Created
June 28, 2018 10:07
-
-
Save svschannak/677baf2542a58c5ed7e279871f04860f to your computer and use it in GitHub Desktop.
Minio client_max_body_size
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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