X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e29e45b6cf7d91f3349a22b41e6ee5b23887e922..948c204d5052afc85aad0d734a6e5fc9584738e2:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 741a40b90..3ecca30ff 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -21,9 +21,6 @@ default_attributes( ] } }, - :networking => { - :tcp_fastopen_key => "www" - }, :passenger => { :max_pool_size => 50 }, @@ -37,7 +34,10 @@ default_attributes( :user => "rails", :group => "rails", :home_directory => "/srv/www.openstreetmap.org/rails", - :path => "/bin:/usr/bin:/usr/local/bin" + :path => "/bin:/usr/bin:/usr/local/bin", + :environment => { + "RAILS_ENV" => "production" + } } } }