摘要:
[root@localhost ~]# tree /usr/local/nginx /usr/local/nginx ├── client_body_temp ├── conf # Nginx所有配置文件的目录 │ ├── fastcgi.conf # fastcgi相关参数的配置文件 │ ├── 阅读全文
posted @ 2021-01-02 09:46
寒小韩
阅读(130)
评论(0)
推荐(0)
摘要:
Nginx的命令分为两块,一块是Nginx的命令行命令,主要用来查看Nginx的安装信息,帮助信息等。还有一块就是Nginx的运维命令,主要用来启动关闭服务。 Nginx 命令说明 /var » nginx -h nginx version: nginx/1.17.2 Usage: nginx [- 阅读全文
posted @ 2021-01-02 09:28
寒小韩
阅读(212)
评论(0)
推荐(0)