mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fixes typo in environments/production.rb template.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user