mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-10-29 00:52:30 +00:00
added fastcgi_read_timeout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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 / {
|
||||
|
||||
Reference in New Issue
Block a user