标签: ruby-on-rails nginx spree
我几乎尝试过所有事情。
在我的nginx.conf中,我在服务器和http中将rails_env设置为production。
rails_env
production
我在我的环境.rb RAILS_ENV='production'以及ENV['RAILS_ENV'] ||= 'production' 。
RAILS_ENV='production'
ENV['RAILS_ENV'] ||= 'production'
仍然在开发中加载。有什么想法吗?
答案 0 :(得分:1)
尝试的另一个选择是设置RACK_ENV=production。可能他们重写了默认的初始化程序。
RACK_ENV=production