Nginx timeouts when uWSGI takes long to process request

前端 未结 4 1311
暗喜
暗喜 2021-01-31 15:05

I have Nginx + uWSGI for Python Django app.

I have the following in my nginx.conf:

location / {
    include uwsgi_params;
    uwsgi_pass            


        
4条回答
  •  生来不讨喜
    2021-01-31 15:44

    Looking at the uwsgi error logs and understanding what the problem has helped me. Issue was not related to Nginx configurations at all. My email host has changed and the code threw error while calling the send email code

提交回复
热议问题