How to restart nginx on OS X

后端 未结 13 1233
无人共我
无人共我 2021-01-30 04:53

I\'m using nginx on OS X 10.8. Freshly installed nginx but can\'t find a way to restart nginx except kill nginx_pid say kill 64116

13条回答
  •  误落风尘
    2021-01-30 05:29

    check if this directory exists:

    /usr/local/var/run
    

    this error can occurs when nginx try to initialise pid file in localisation that doesn't exist.

提交回复
热议问题