aboutsummaryrefslogblamecommitdiffhomepage
path: root/.docker/php-fpm.conf
blob: 0843c164fb3cb19d7d3671d11829793f213a27c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                              
[global]
daemonize = no

[www]
user = nginx
group = nginx
listen.owner = nginx
listen.group = nginx
catch_workers_output = yes
listen = /var/run/php-fpm.sock
pm = dynamic
pm.max_children = 20
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.max_requests = 2048