Nginx
lpb2019
这个作者很懒,什么都没留下…
展开
-
浅谈ngx_http_ssl_module模块
ngx_http_ssl_module模块1️⃣ ngx_http_ssl_module2️⃣ ngx_http_rewrite_module???? if指令???? set指令???? break指令???? return指令???? rewrite_log指令???? rewrite指令???? rewrite flag使⽤介绍1️⃣ ngx_http_ssl_module这个模块全部用于http、server区域中配置参数...原创 2020-01-09 18:35:38 · 1353 阅读 · 0 评论 -
浅谈Nginx相关HTTP杂项模块(一)
浅谈Nginx相关HTTP杂项模块(一)1️⃣ ngx_http_access_module2️⃣ ngx_http_auth_basic_module3️⃣ ngx_http_stub_status_module4️⃣ ngx_http_log_module▶ 1.log_format:定义日志格式▶ 2.accsess_log:定义日志路径 格式,日志模式▶ 3.自定义json格式日志5️⃣ ...原创 2020-01-09 18:23:41 · 430 阅读 · 0 评论 -
浅谈Nginx模块ngx_http_core_module( 二 )
浅谈Nginx模块ngx_http_core_module(二)???? 定义客户端请求的相关配置1️⃣ error_page 错误页4042️⃣ try_files 检查文件是否存在3️⃣ keepalive_timeout 设定长连接的超时时长4️⃣ keepalive_requests 长连接允许请求的资源的最大数量5️⃣ keepalive_disable 对哪种浏览器禁用长连接6️⃣ send...原创 2020-01-04 22:15:23 · 537 阅读 · 0 评论 -
浅谈Nginx模块ngx_http_core_module(一)
浅谈Nginx模块ngx_http_core_module(一)1️⃣ Http配置结构2️⃣ ngx_http_core_module详解???? 1. server 设置虚拟机服务器全局配置???? 2.listen设置监听端口和IP???? 3.server_name设置虚拟服务器名字???? 4.tcp_nodelay on | off;???? 5.sendfile 零拷贝是否开启???? 6.server_tokens...原创 2020-01-04 20:31:21 · 1461 阅读 · 0 评论 -
浅谈Nginx主配置文件
浅谈Nginx主配置文件1️⃣ Nginx配置文件组成部分2️⃣ Nginx主配置文件结构3️⃣ Nginx 全局配置???? 1.正常运行必备的配置???? 2.性能优化相关的配置???? 3.事件驱动相关的配置???? 4.调试和定位配置1️⃣ Nginx配置文件组成部分Nginx的配置⽂件的组成部分: 主配置⽂件:nginx.conf,⼦配置⽂件 include conf.d/*.conf主配置文件各...原创 2020-01-02 11:19:14 · 380 阅读 · 1 评论 -
浅谈I/O五种模型
浅谈I/O五种模型1️⃣ I/O基础前言???? 数据流程四问???? 1.为什么不能直接将数据加载到app buffer呢????? 2.上面提到的数据几次拷贝过程,拷贝方式是一样的吗????? 3.如果数据要通过TCP连接传输出去要怎么办????? 4.网络数据一定要从kernel buffer复制到app buffer再复制到send buffer吗?2️⃣ I/O机制简介???? 1.I/O概念简述???? 2. IO系统的分层...原创 2019-12-31 21:15:45 · 573 阅读 · 0 评论 -
浅谈Nginx基础概念
浅谈Nginx基础概念1️⃣ Nginx简述2️⃣ Nginx功能介绍???? 1.Nginx基础特性???? 2.Nginx组织结构▶ 1.web请求处理机制▶ 2. Nginx组织模型▶ 3. Nginx进程间通信???? 3.Nginx模块说明???? 4.Nginx安装▶ 1. Centos版本 yum安装▶ 2. Ubuntu版本 apt安装▶ 3. 查看帮助▶ 4. Nginx编译安装▶ 5.Nginx目...原创 2020-01-01 21:46:55 · 290 阅读 · 0 评论