nginx error: (99: Cannot assign requested address)

前端 未结 8 1017
挽巷
挽巷 2020-12-24 11:52

I am running Ubuntu Hardy 8.04 and nginx 0.7.65, and when I try starting my nginx server:

$ sudo /etc/init.d/nginx start

I get the followin

8条回答
  •  春和景丽
    2020-12-24 12:42

    If you are using Network Manager, you have to wait to raise the network interface before starting the service:

    systemctl enable NetworkManager-wait-online.service

提交回复
热议问题