Skip to content

Instantly share code, notes, and snippets.

@laabroo
Created March 20, 2016 09:26
Show Gist options
  • Save laabroo/6ee4a73d760a0c438490 to your computer and use it in GitHub Desktop.
Save laabroo/6ee4a73d760a0c438490 to your computer and use it in GitHub Desktop.
increase php timeout
location ~ \.php$ {
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/run/php5-fpm.sock;
#kita tambahkan disini
fastcgi_read_timeout 300;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment