Add FPM timeout to nginx

pull/1/head
Jason Kendall 2020-03-17 18:32:01 -04:00
parent 6a7f555def
commit 5efd4dd8f6
2 changed files with 2 additions and 0 deletions

View File

@ -42,5 +42,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_read_timeout 300;
}
}

View File

@ -28,5 +28,6 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
fastcgi_read_timeout 300;
}
}