Removed not longer needed option.

This commit is contained in:
Martin Edenhofer 2015-09-27 22:08:17 +02:00
parent a50f2d5508
commit 53ff4fc0db

View file

@ -14,9 +14,6 @@ Rails.application.configure do
config.consider_all_requests_local = false config.consider_all_requests_local = false
config.action_controller.perform_caching = true config.action_controller.perform_caching = true
# Disable Rails's static asset server (Apache or nginx will already do this)
config.serve_static_assets = false
# Enable Rack::Cache to put a simple HTTP cache in front of your application # Enable Rack::Cache to put a simple HTTP cache in front of your application
# Add `rack-cache` to your Gemfile before enabling this. # Add `rack-cache` to your Gemfile before enabling this.
# For large-scale production use, consider using a caching reverse proxy like # For large-scale production use, consider using a caching reverse proxy like