Skip to content

Instantly share code, notes, and snippets.

@davidvanvickle
Created November 4, 2011 18:38
Show Gist options
  • Save davidvanvickle/1340114 to your computer and use it in GitHub Desktop.
Save davidvanvickle/1340114 to your computer and use it in GitHub Desktop.
nginx client_max_body_size
For upload problems.
nginx.conf
http block
client_max_body_size 5m;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment