在 Ubuntu 10.04 Lucid 盒子上使用 Nginx 实时发送 Rails 应用程序
我们正在遵循这个 nginx 指南,并且我们希望立即发送我们的 Rails 应用程序。我们在 2:26 时用什么替换 rails_envdevelopment
才能将其实时发送而不是开发?
we are following this nginx guide and we want to send our Rails app LIVE right now. what do we replace rails_env development
with at 2:26 in order to send it live and not to development??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您希望它在生产环境中运行,请将其设置为生产。
Set it to production if you want it to run in the production environment.