Update www.conf

This commit is contained in:
dami 2025-09-14 14:25:14 +08:00
parent 4a2b0d9d9f
commit cac097ea66
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@ listen.owner = {$PHP_USER}
listen.group = {$PHP_GROUP}
listen.backlog = 4096
pm = dynamic
pm.max_children = 50
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 35
pm.max_children = 2
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 2
pm.status_path = /phpfpm_status_apt{$PHP_VERSION}
pm.max_requests = 1000
request_terminate_timeout = 30