+1

gUnicorn don't load

Maxim Kiselev fa 9 anys actualitzat fa 9 anys 0
system:
venv python 3 (pyenvwrapper)
gunicorn 19.3.0
nginx 1.9.4
debian 8.2
Ajenti don't load gunicorn 111: Connection refused. (502 Bad Gateway)

Socket is open, but no gunicorn proccess.

First: ajenti - gunicorn conflict with port [fixed]. Add to config another port.
Start test with default loading application. Test is success. gunicorn --threads 2 --bind 0.0.0.0:8232&
Proxy_pass added to ajenti config of nginx. But problem is not fixed.
What i do to fix problem with gunicorn?

Ajenti-v config is similar of http://support.ajenti.org/topic/403351-setting-up-a-python-website-with-ajenti-v-django-example/