mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
php-fpm request_terminate_timeout = 30s
This commit is contained in:
parent
e0c417c5e4
commit
374412f862
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ group = $1
|
||||||
|
|
||||||
pm = ondemand
|
pm = ondemand
|
||||||
pm.max_children = 16
|
pm.max_children = 16
|
||||||
|
request_terminate_timeout = 30s
|
||||||
pm.max_requests = 4000
|
pm.max_requests = 4000
|
||||||
pm.process_idle_timeout = 10s
|
pm.process_idle_timeout = 10s
|
||||||
pm.status_path = /status
|
pm.status_path = /status
|
||||||
|
@ -83,4 +84,4 @@ if [ -f "/etc/php/7.3/fpm/pool.d/www.conf" ]; then
|
||||||
rm /etc/php/7.3/fpm/pool.d/www.conf
|
rm /etc/php/7.3/fpm/pool.d/www.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue