Merck / mRNAid

Other
13 stars 13 forks source link

Nginx restart with Error! #18

Closed Simonfaculty closed 11 months ago

Simonfaculty commented 11 months ago
  1. When I finish deploying, the backed redis, uwsgi and celery are running properly,but the nginx can't start.
  2. Check the status of nginx, I found that there is one error info. "[emerg] host not found in upstream "backend" in /etc/nginx/conf.d/nginx.conf:10". It seems that the nginx can't recognize the "backend:8080" in the "nginx.conf" file.
  3. What can I do to solve the problem?