开发者

nginx + passenger not using rackup file

I have an issue where Passenger is not detecting the config.ru file for the following nginx server

    server {
            listen 80;
    passenger_en开发者_运维百科abled on;
            server_name callumj.com cjlondon.com;
            access_log logs/callumj.access.log;
            root /webapps/callumj_com/public;
    }

Nginx just seems to ignore it and treat it as a normal web page (as I get forbidden areas when it tries to look for index.html in public). I have verified that the rackup command and execute config.ru and it boots up sucessfully.

I have another server directive much like this which is powered by Rails and it seems to be working perfectly.

Am I missing something?

Thanks in advance!


Looks like it was a permissions error on root the /webapps directory. Silly me.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜