X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/255b0b94252b48a9fe4326bb9d9fc4f184308460..6c425c148054bfaf3b7c75ab976298ae127819ac:/config/environments/production.rb?ds=inline 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"