在其他端口部署 Rails 应用程序
简单的问题,如何将 Rails 应用程序部署到我网站的端口中?我知道我可以在使用 Mongrel 或 Webrick 运行时指定端口,但这一次,我必须将其部署到生产中。我认为乘客可以处理这个问题,但我不知道如何处理。我尝试搜索但仍然找不到解决方案。请帮忙:)
谢谢!
后续: 我使用的是 Ubuntu 10.04 LTS,我的 Passenger 使用 Apache 运行。
simple question, How can I deploy my Rails Application into a port of my website? I know i can specify the port when running using Mongrel or Webrick, but this time, I have to deploy it into production. I think passenger can manage this but I dont know how. I tried search but still I can't find the solution. Please help :)
Thanks!
Follow-up:
I am using Ubuntu 10.04 LTS and my Passenger runs with Apache.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您将 Passenger 与 Apache 或 nginx 一起使用。它将使用默认端口 80。您可以根据您使用的 Web 服务器在配置文件中更改此端口。
If you're using Passenger with Apache or nginx. It will use the default port, 80. You can change this in the config file based on which web server you use.
nginx+passenger 配置
nginx+passenger config