update deployment folder for php 8.4
This commit is contained in:
parent
9c98735db7
commit
9119029419
3 changed files with 2 additions and 3 deletions
13
deploy/etc/php84/php-fpm.d/www.conf
Normal file
13
deploy/etc/php84/php-fpm.d/www.conf
Normal file
|
@ -0,0 +1,13 @@
|
|||
[www]
|
||||
|
||||
user = root
|
||||
group = root
|
||||
listen = 9001
|
||||
pm = dynamic
|
||||
pm.max_children = 5
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 3
|
||||
env[APP_ENV]=$APP_ENV
|
||||
env[APP_SECRET]=$APP_SECRET
|
||||
catch_workers_output = yes
|
Loading…
Add table
Add a link
Reference in a new issue