X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/b0bc04abf1cc17228b114cc60021e42f8dcdd51e..5208b7e3af9ad86c9f320d1038f4b0d602be78bf:/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"