X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/67c314388aef2991180dbf69c3c571f1ccde4e6e..078a9d8ee3058fe95e437b8597a22c97911e89c1:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index 35222bd07..3557d8d8b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -58,9 +58,12 @@ OpenStreetMap::Application.configure do # Use a different cache store in production. if defined?(MEMCACHE_SERVERS) - config.cache_store = :mem_cache_store, MemCache.new(:namespace => "rails:cache", :no_block => true, :buffer_requests => true, :noreply => true) + config.cache_store = :mem_cache_store, MEMCACHE_SERVERS, { :namespace => "rails:cache" } end + # Configure caching of static assets + config.action_controller.page_cache_directory = Rails.public_path + # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com"