markdown nginx命令备忘录

Posted

tags:

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

# Start
CentOS7
```
systemctl start nginx
```

Before CentOS6
```
service start nginx
```

# Stop
CentOS7
```
systemctl stop nginx
```

Before CentOS6
```
service stop nginx
```

# Restart
CentOS7
```
systemctl restart nginx
```

Before CentOS6
```
service restart nginx
```

# Syntax check of configuration file
```
nginx -t
```

以上是关于markdown nginx命令备忘录的主要内容,如果未能解决你的问题,请参考以下文章

markdown MacOS命令备忘单

markdown PostgreSQL命令行备忘单

markdown Django命令备忘单

markdown Linux的常用命令备忘

markdown Postgres SQL命令备忘单

markdown Django命令备忘单