有没有人在rails+nginx+passenger的组合下经过ERR_EMPTY_RESPONSE?
nginx error.log 说:
terminate called after throwing an instance of 'Passenger::FileSystemException'
what(): Cannot stat '/home/ec2-user/my-app/config.ru': Permission denied (errno=13)
所以,我尝试通过使用来放松 config.ru 及其包含目录的权限
chmod 777 config.ru
chmod 777 my-app
但它会导致相同的错误消息。
我将不胜感激。