Created
August 19, 2019 07:44
-
-
Save caingougou/e2159dfb4111dc2849a5c3a85efd33c2 to your computer and use it in GitHub Desktop.
Config upload file size
This file contains hidden or 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
http { | |
... | |
client_max_body_size 100M; | |
} |
This file contains hidden or 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
upload_max_filesize = 512M | |
post_max_size = 512M |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment