Project

General

Profile

Redmine + uWSGI + Nginx + SubURI

Added by Cesium Cesium over 7 years ago

Hello,

Any one having succes in deploy Redmine with uWSGI and Nginx?

My Redmine 3.3.0 is working with webrick proprely... I seems to had make proper configuration for uwsgi vassals for both web2py and redmine... I can access to web2py apps no problem. But when I try to reach redmine I fall on Internal Server Error... No error message in log/production.log...

I found that uwsgi may lack ruby support, so I make sure it support ruby with gem install uwsgi... Then I tested it with "uwsgi --http :80 --http-modifier1 7 --rack config.ru", but it failed with :

/var/lib/gems/2.3.0/gems/uwsgi-2.0.13.1/bin/uwsgi:4:in `exec': No such file or directory - /var/lib/gems/2.3.0/gems/uwsgi-2.0.13.1/ext/uwsgi/uwsgi.ruby (Errno::ENOENT)
from /var/lib/gems/2.3.0/gems/uwsgi-2.0.13.1/bin/uwsgi:4:in `<top (required)>'
from /usr/local/bin/uwsgi:23:in `load'
from /usr/local/bin/uwsgi:23:in `<main>'

Thank you