Skip to content

Instantly share code, notes, and snippets.

@indapublic
Created April 28, 2014 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indapublic/11372847 to your computer and use it in GitHub Desktop.
Save indapublic/11372847 to your computer and use it in GitHub Desktop.
upstream php-fpm {
server unix:/var/run/php-fpm/php-fpm.sock;
}
proxy_connect_timeout 900;
proxy_send_timeout 900;
proxy_read_timeout 900;
fastcgi_send_timeout 900;
fastcgi_read_timeout 900;
proxy_buffer_size 128k;
proxy_buffers 4 256k;
proxy_busy_buffers_size 256k;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment