Add nginx.php.fpm_process_count option
This commit is contained in:
parent
7e86de7eea
commit
6c057142a2
2 changed files with 7 additions and 1 deletions
|
|
@ -151,6 +151,8 @@ data: {}
|
|||
|
||||
**phpconfig**:
|
||||
```
|
||||
# If set, fpm forks exactly the number of worker processes specified (pm=static, pm.max_children=COUNT)
|
||||
fpm_process_count: 5
|
||||
ini:
|
||||
post_max_size: 64M
|
||||
upload_max_filesize: 64M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue