Sinatra on Nginx configuration - what's wrong?

痴心易碎 提交于 2019-12-03 12:44:36
lest

Make sure that the user nginx is running as (in most cases 'nobody' or 'www-data') has permission to read the contents of your home directory /home/admin.

Also you can look into the nginx logs and read exactly what the error was.

I had the same error until I added passenger_root and passenger_ruby directives in the http block.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!