Created
May 31, 2017 06:45
-
-
Save 1allen/e216096d62ac65347d40f7993ee45104 to your computer and use it in GitHub Desktop.
nginx timeouts for comfortable xdebug usage
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
# 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