Skip to content

Instantly share code, notes, and snippets.

@jrenggli
Created July 19, 2016 13:07
Show Gist options
  • Save jrenggli/f3958255d8432666d462e88759890137 to your computer and use it in GitHub Desktop.
Save jrenggli/f3958255d8432666d462e88759890137 to your computer and use it in GitHub Desktop.
Increase timeouts in nginx
client_max_body_size 100m;
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment