X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32c496d41bbf3fd64052453c0201b9351217c7f5..3077cba17b41564f11373e82199c1e1d1b6a673d:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index 06dffd216..e635b536a 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -26,6 +26,11 @@ 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" database_password passwords["wiki"]["database"]