trying to commit with my voyager is too complicated at the moment
This commit is contained in:
parent
778e1a9056
commit
4a60057513
10 changed files with 130 additions and 62 deletions
14
srcs/requirements/wordpress/conf/php-fpm.conf
Normal file
14
srcs/requirements/wordpress/conf/php-fpm.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[global]
|
||||
daemonize = false
|
||||
error_log = /dev/stderr
|
||||
|
||||
[www]
|
||||
listen = 0.0.0.0:9000
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 25
|
||||
pm.start_servers = 5
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 10
|
||||
access.log = /dev/stderr
|
||||
catch_workers_output = yes
|
||||
Loading…
Add table
Add a link
Reference in a new issue