"502 Bad Gateway" error after killing Gunicorn processes

204 Views Asked by At

I pulled my Django project to my server, run ps aux|grep gunicorn code, and killed all Gunicorn Processes, now I give 502 Bad Gateway error, although I run:

/opt/project/bin/gunicorn -c /opt/project/gunicorn_config.py project.wsgi

And it runs OK. but no change! What should I do?

0

There are 0 best solutions below