X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/255b0b94252b48a9fe4326bb9d9fc4f184308460..078a9d8ee3058fe95e437b8597a22c97911e89c1:/config/environments/production.rb diff --git a/config/environments/production.rb b/config/environments/production.rb index b47013a8a..3557d8d8b 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -61,6 +61,9 @@ OpenStreetMap::Application.configure do 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"