Nginx, django, gunicorn, ubuntu 14.04 (13: Permission denied) while connecting to upstream

前端 未结 2 1835
独厮守ぢ
独厮守ぢ 2021-01-13 15:29

I am working at my django project with nginx and gunicorn, as it said here:

https://www.digitalocean.com/community/tutorials/h

2条回答
  •  执笔经年
    2021-01-13 15:45

    I think you have some other process using port 80, according to your nginx error log.

    You'll have to figure out what that process is, and kill it if unneeded. Or use another port.

提交回复
热议问题