Serve static content by nginx

This commit is contained in:
Vladimir Sharshov 2011-10-28 21:17:38 +04:00
parent d5183ad652
commit 148602a96f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Rosa::Application.configure do
# Disable Rails's static asset server
# In production, Apache or nginx will already do this
config.serve_static_assets = true
config.serve_static_assets = false
# Enable serving of images, stylesheets, and javascripts from an asset server
# config.action_controller.asset_host = "http://assets.example.com"