added fastcgi_read_timeout

This commit is contained in:
olevole
2023-04-13 12:38:58 +03:00
parent 75f4da8c34
commit ebe610a7a8
2 changed files with 2 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ For installing on FreeBSD: https://clonos.tekroutine.com/installation_on_freebsd
Tested with following OSes and distribution:
- FreeBSD 13x, 14-CURRENT
- FreeBSD 13x, 14x
Errata: https://clonos.tekroutine.com/errata.html

View File

@@ -27,6 +27,7 @@ server {
fastcgi_pass unix:/tmp/php-fpm.sock;
fastcgi_param WORKDIR /usr/jails;
# fastcgi_param APPLICATION_ENV development;
fastcgi_read_timeout 1200; # keep in sync with PHP max_execution_time = 1200
}
location / {