X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docker%2Falpine%2Fphp-fpm.conf;fp=docker%2Falpine%2Fphp-fpm.conf;h=0000000000000000000000000000000000000000;hb=865d57b84abb0fa3fc04aec7ce2d34326dac34fa;hp=0843c164fb3cb19d7d3671d11829793f213a27c4;hpb=47095cb333a45173202b6d1d9504d4264e558cb5;p=github%2Fshaarli%2FShaarli.git diff --git a/docker/alpine/php-fpm.conf b/docker/alpine/php-fpm.conf deleted file mode 100644 index 0843c164..00000000 --- a/docker/alpine/php-fpm.conf +++ /dev/null @@ -1,16 +0,0 @@ -[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