]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nominatim/attributes/default.rb
Use string names and unix domain sockets for nominatim FPM pools
[chef.git] / cookbooks / nominatim / attributes / default.rb
index 4e74848cd7dde1967440c1750aad700caefa3cdf..bf87600ba22ce512356f596952eaf74bb106e185 100644 (file)
@@ -13,8 +13,7 @@ default[:nominatim][:ui_repository] = "https://github.com/osm-search/nominatim-u
 default[:nominatim][:ui_revision] = "master"
 
 default[:nominatim][:fpm_pools] = {
-  :www => {
-    :port => 8000,
+  "nominatim.openstreetmap.org" => {
     :pm => "dynamic",
     :max_children => 60,
     :prometheus_port => 9253