- :database => {
- :cluster => "9.3/main",
- :dbname => "nominatim",
- :postgis => "2.1"
- },
- :fpm_pools => {
- :www => {
- :port => "8000",
- :pm => "dynamic",
- :max_children => "60"
- },
- :bulk => {
- :port => "8001",
- :pm => "static",
- :max_children => "10"
- }
- },
- :redirects => {
- :reverse => "dulcy.openstreetmap.org"
- }
- },
- :hardware => {
- :grub => {
- # lock kernel to 3.16.0-46 due to some issue with igb driver
- # see https://github.com/openstreetmap/operations/issues/45
- # for more information.
- :kernel => "3.16.0-46"
+ :tablespaces => {
+ "daux" => "/data/tablespaces/daux",
+ "iaux" => "/data/tablespaces/iaux"