update fpm config
This commit is contained in:
parent
0661f5dd3f
commit
7f2eb7ec65
3 changed files with 7 additions and 5 deletions
|
@ -7,4 +7,8 @@ pm = dynamic
|
|||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
pm.max_spare_servers = 3
|
||||
env[APP_ENV]=$APP_ENV
|
||||
env[APP_SECRET]=$APP_SECRET
|
||||
error_log = /var/log/php-fpm.log
|
||||
catch_workers_output = yes
|
Loading…
Add table
Add a link
Reference in a new issue