X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a049bef140697e424804e65f78645449b3b0b6e9..a42fbed9ef1a19a8f92adb6f0b22f68691bf23af:/cookbooks/foundation/recipes/wiki.rb diff --git a/cookbooks/foundation/recipes/wiki.rb b/cookbooks/foundation/recipes/wiki.rb index f28674feb..82c6c5685 100644 --- a/cookbooks/foundation/recipes/wiki.rb +++ b/cookbooks/foundation/recipes/wiki.rb @@ -26,13 +26,17 @@ 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"] admin_password passwords["wiki"]["admin"] skin "OSMFoundation" - logo "/Wiki.png" + logo "/w/skins/OSMFoundation/img/logo.png" email_contact "webmaster@openstreetmap.org" email_sender "webmaster@openstreetmap.org" email_sender_name "OSMF Wiki" @@ -40,7 +44,6 @@ mediawiki_site "wiki.osmfoundation.org" do recaptcha_public_key "6LflIQATAAAAAMXyDWpba-FgipVzE-aGF4HIR59N" recaptcha_private_key passwords["wiki"]["recaptcha"] extra_file_extensions ["mp3"] - version "1.34" end mediawiki_skin "osmf" do