[Django]-502 error after adding application to a Django project running on nginx and gunicorn

1👍

Nginx isn’t able to connect to your backend (gunicorn) or gunicorn is refusing the connection. You provided no details about the configuration so that’s all the help you’ll get. You are correct that the application code has nothing to do with it. It’s a configuration error on your part.

👤MTeck

Leave a comment