新手问题 又开始学习 Ruby 了 好像周而复始的感觉

bigweb · July 12, 2017 · 1284 hits

最近因为业务需要 在 github 上 download 了一个 rails 4 的程序,web server 使用 nginx+passenger。使用 docker 跑起来后访问没有问题,因为要本地开发调试,所以在 docker-compose 编排的时候使用 volumes 把本地代码挂在到容器里面,就出现了 passenger 错误:

An error occurred while starting up the preloader: it did not write a startup response in time. If your app needs more time to start you can increase the Passenger start timeout config option. Please read this article for more information about this problem.

新手没有使用过 passenger,看了文章https://github.com/phusion/passenger/wiki/Debugging-application-startup-problems后也不甚明了,不知如何解决,求各位老大能不吝赐教,小弟感激不尽!

No Reply at the moment.
You need to Sign in before reply, if you don't have an account, please Sign up first.