X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a049bef140697e424804e65f78645449b3b0b6e9..6270f0b685e414b82dd311ad99fe4df0c3e2bfd6:/cookbooks/foundation/recipes/wiki.rb?ds=sidebyside diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index f28674feb..e635b536a 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -26,6 +26,10 @@ mediawiki_site "wiki.osmfoundation.org" do "foundation.openstreetmap.org", "foundation.osm.org"] sitename "OpenStreetMap Foundation" directory "/srv/wiki.osmfoundation.org" + fpm_max_children 20 + fpm_start_servers 5 + fpm_min_spare_servers 5 + fpm_max_spare_servers 10 fpm_prometheus_port 11001 database_name "osmf-wiki" database_user "osmf-wikiuser"