Skip to content

Commit

Permalink
remove www pool from defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bovy89 committed Apr 27, 2020
1 parent 8b99069 commit a634222
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions data/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,3 @@ lookup_options:
php::fpm::pools:
merge: first

php::fpm::pools:
www:
catch_workers_output: 'no'
listen: '127.0.0.1:9000'
listen_backlog: '-1'
pm: dynamic
pm_max_children: 50
pm_max_requests: 0
pm_max_spare_servers: 35
pm_min_spare_servers: 5
pm_start_servers: 5
request_terminate_timeout: 0

0 comments on commit a634222

Please sign in to comment.