Skip to content

Instantly share code, notes, and snippets.

@1allen
Created May 31, 2017 06:45
Show Gist options
  • Save 1allen/e216096d62ac65347d40f7993ee45104 to your computer and use it in GitHub Desktop.
Save 1allen/e216096d62ac65347d40f7993ee45104 to your computer and use it in GitHub Desktop.
nginx timeouts for comfortable xdebug usage
# timeouts
# for comfortable xdebug usage
proxy_connect_timeout 600s;
proxy_send_timeout 600s;
proxy_read_timeout 600s;
fastcgi_connect_timeout 600s;
fastcgi_send_timeout 600s;
fastcgi_read_timeout 600s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment