]> git.sur5r.net Git - bacula/bacula/blob - gui/baculum/examples/nginx/php-fpm/baculum-php.conf
31b19c630ac3e9182ff32c1d3edeea94c1f2489d
[bacula/bacula] / gui / baculum / examples / nginx / php-fpm / baculum-php.conf
1 [baculum-php]
2 listen = /var/run/php-fpm/baculum-php.sock
3 listen.owner = nginx
4 listen.group = nginx
5 listen.mode = 0666
6
7 listen.backlog = -1
8 listen.allowed_clients = 127.0.0.1
9
10 user = nginx
11 group = nginx
12
13 pm = dynamic
14 pm.max_children = 5
15 pm.start_servers = 2
16 pm.min_spare_servers = 1
17 pm.max_spare_servers = 3
18 pm.max_requests = 500