markdown 没有sudo重启nginx?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 没有sudo重启nginx?相关的知识,希望对你有一定的参考价值。

1. Open Terminal and type:
`sudo visudo`
2. Add the following at the files end:
```
username ALL=(ALL) NOPASSWD: /usr/local/bin/nginx,/usr/local/bin/nginx -s stop,/usr/local/bin/nginx -s reload
```

file location: /private/etc/sudoers.d/username (never edit withoud visudo)

以上是关于markdown 没有sudo重启nginx?的主要内容,如果未能解决你的问题,请参考以下文章

使用Nginx命令启动,停止和重新加载Nginx

nginx80端口被占用,启动失败。

管理lnmp常用命令,lnmp重启,start|stop|reload|restart等命令

[3]supervisor使用管理:实现对异常中断子进程的自动重启(以nginx和apache为例)

mac 使用brew安装nginx 各种命令

markdown 将用户添加到`sudo`组