Quantcast
Channel: nginx + gunicorn 502 bad gateway - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Joe Doherty for nginx + gunicorn 502 bad gateway

The problem looks to be with the proxy_pass is passing to a FQDN due to the naming of your up stream.if (!-f $request_filename) { proxy_pass http://rollservice-rostov.ru; break;}It is passing it...

View Article



Answer by Cherif KAOUA for nginx + gunicorn 502 bad gateway

i think it's Django configuration related:if you have set DEBUG to False , ALLOWED_HOSTS is used To allow any domain name ALLOWED_HOSTS = ['*',]To allow only your domain nameALLOWED_HOSTS =...

View Article

nginx + gunicorn 502 bad gateway

I'm trying to deploy a django project on VPS server via nginx and gunicorn, but I got an nginx error '502 bad gateway' when I try to open my page rollservice-rostov.ruSomething is wrong with my Nginx...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images