Skip to content

Instantly share code, notes, and snippets.

@caingougou
Created August 19, 2019 07:44
Show Gist options
  • Save caingougou/e2159dfb4111dc2849a5c3a85efd33c2 to your computer and use it in GitHub Desktop.
Save caingougou/e2159dfb4111dc2849a5c3a85efd33c2 to your computer and use it in GitHub Desktop.
Config upload file size
http {
...
client_max_body_size 100M;
}
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