Carga inicial
This commit is contained in:
11
docker/php-fpm.conf
Normal file
11
docker/php-fpm.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
[www]
|
||||
user = www-data
|
||||
group = www-data
|
||||
listen = 127.0.0.1:9000
|
||||
|
||||
pm = dynamic
|
||||
pm.max_children = 5000
|
||||
pm.start_servers = 3
|
||||
pm.min_spare_servers = 3
|
||||
pm.max_spare_servers = 5
|
||||
Reference in New Issue
Block a user