Question
Nginx 502 Bad Gateway on some search queries
Hi guys,
I have written a dictionary website, it works fine, but on some queries i receive bad gateway, the nginx log is written below:
upstream prematurely closed connection while reading response header from upstream
what is my problem exactly, cause everything is fine and it works for most of the queries, and i get response for those queries on my local server.
Is it my server RAM?
My server has 512 MB RAM, and 1 CPU.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Django is closing the request. Can you post more details? Gunicorn? nginx location / block?
@AlexeiRamone after long diging, i found out that my Gunicorn workers had time out, after setting it, problem solved