ruby-on-rails-capistrano部署后ec2服务器中缺少puma.sock

在通过capistrano将生产中的ruby部署到ec2上的实例上后,我在nginx错误日志中收到以下错误.亚马逊公共主机显示502 Bad Gateway nginx / 1.10.0(Ubuntu).我遵循了https://www.sitepoint.com/deploy-your-rails-app-to-aws/的教程当我运行cap生产部署时,似乎未

ruby-on-rails – nginx错误:(13:权限被拒绝)连接到上游时)

我在使用ubuntu 14.04 LTS的谷歌计算引擎VM上运行带有puma,capistrano和nginx的rails应用程序.我在外部IP上运行nginx.当我访问它时,我在日志中得到两个nginx错误:2016/02/03 11:58:07 [info] 19754#0: *73 client closed connection while wait

返回顶部