Fixes typo in environments/production.rb template.

This commit is contained in:
watsonian
2010-03-27 18:58:11 -07:00
committed by wycats
parent a09e99259c
commit edd59b7bb9

View File

@@ -10,7 +10,7 @@
config.action_controller.perform_caching = true
# Specifies the header that your server uses for sending files
config.action_disaptch.x_sendfile_header = "X-Sendfile"
config.action_dispatch.x_sendfile_header = "X-Sendfile"
# For nginx:
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'