Skip to content

Commit

Permalink
config: serve_static_files
Browse files Browse the repository at this point in the history
  • Loading branch information
hlian committed Mar 2, 2015
1 parent 77caa50 commit 9827a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# config.action_dispatch.rack_cache = true

# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_assets = false
config.serve_static_files = false

# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
Expand Down

0 comments on commit 9827a89

Please sign in to comment.