05 Nginx配置文件

使用YUM安装的Nginx配置文件位于/etc/nginx/nginx.conf

1
[root@VM_0_7_centos ~]# vim /etc/nginx/nginx.conf

配置文件由三个部分组成

阅读更多

04 Nginx操作的常用命令

1
2
3
4
5
6
7
8
9
# 查看 Nginx 版本
[root@VM_0_7_centos ~]# nginx -v
nginx version: nginx/1.16.1
# 启动 Nginx
[root@VM_0_7_centos ~]# nginx
# 停止 Nginx
[root@VM_0_7_centos ~]# nginx -s stop
# 重启 Nginx
[root@VM_0_7_centos ~]# nginx -s reload
阅读更多

01 Nginx课程介绍

第一课 Nginx课程介绍

1. Nginx基本概念

  • Nginx是什么,做什么事情
  • 反向代理
  • 负载均衡
  • 动静分离
阅读更多
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×