mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-16 10:03:21 -07:00
Ondemand instead of Dynamic & Add Status Page
Much more efficient. Also added PHP-FPM Status Page
This commit is contained in:
parent
5556e03090
commit
7abdb894c8
1 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,11 @@ listen.allowed_clients = 127.0.0.1
|
|||
user = %user%
|
||||
group = %user%
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 50
|
||||
pm.start_servers = 3
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 10
|
||||
pm = ondemand
|
||||
pm.max_children = 2
|
||||
pm.max_requests = 4000
|
||||
pm.process_idle_timeout = 10s
|
||||
pm.status_path = /status
|
||||
|
||||
php_admin_value[upload_tmp_dir] = /home/%user%/tmp
|
||||
php_admin_value[session.save_path] = /home/%user%/tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue