]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .docker/php-fpm.conf
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / .docker / php-fpm.conf
1 [global]
2 daemonize = no
3
4 [www]
5 user = nginx
6 group = nginx
7 listen.owner = nginx
8 listen.group = nginx
9 catch_workers_output = yes
10 listen = /var/run/php-fpm.sock
11 pm = dynamic
12 pm.max_children = 20
13 pm.start_servers = 1
14 pm.min_spare_servers = 1
15 pm.max_spare_servers = 3
16 pm.max_requests = 2048