pmq20/mathjax-rails

Rails 3.1 in production

Closed this issue · 2 comments

Hello,

There is some additional configuration to mathjax-rails to work on production with rails 3.1, because it's not work. It just work in development

Thanks

thanks for your concern. I'll deal with it ASAP.

To work in rails 3.1 on production environment wih ngnix I just comment the follow line in production.rb

#config/environments/production.rb
#config.action_dispatch.x_sendfile_header = "X-Sendfile"