nginx not listening to port 80

前端 未结 10 2005
长发绾君心
长发绾君心 2020-12-12 23:56

I\'ve just installed a Ubuntu 12.04 server and nginx 1.2.7, removed default from sites-enabled and added my own file into sites-available and symli

10条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 00:23

    You are probably binding nginx to port 80 twice. Is that your full config file? Don't you have another statement listening to port 80?

提交回复
热议问题