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?