X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/555d1b1267a21a809f69093fe4e730c7090bd4ce..fcc8651cd36ca7cfc01f3d73067b96b0cb0c18ea:/roles/web-frontend.rb diff --git a/roles/web-frontend.rb b/roles/web-frontend.rb index 5010e555d..0435872dd 100644 --- a/roles/web-frontend.rb +++ b/roles/web-frontend.rb @@ -21,6 +21,9 @@ default_attributes( ] } }, + :networking => { + :tcp_fastopen_key => "www" + }, :passenger => { :max_pool_size => 50 }, @@ -34,7 +37,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" + } } } }