将用户请求的URL基于’regex’正则表达式所描述的模式进行检查,而后…
作者:lucifer
15.9 nginx:HTTPS模块(ngx_http_ssl_module)
ssl: Syntax: ssl on | off; Default: ssl off; Con…
15.8 nginx:压缩模块(ngx_http_gzip_module)
压缩模块<ngx_http_gzip_module>: ==============…
15.7 nginx:日志模块(ngx_http_log_module module)
日志模块:The < ngx_http_log_module module >wri…
15.6 nginx:访问控制模块(ngx_http_access_module)与内置状态页
基于IP地址的访问控制功能<ngx_http_access_module>; ===…
15.5 nginx 主配置文件(ngx_http_core_module:server段配置)
与套接字相关的配置: server段配置(这里主要指WEB配置): ==============…
15.4 nginx主配置文件(ngx_http_core_module:http全局配置段)
跟客户端相关的配置; 文件操作相关的配置; ==========================…
15.3 nginx主配置文件(ngx_http_core_module:main配置段)
nginx主配置文件默认配置; user nginx; worker_processes aut…
15.2 nginx概述与2种安装方式
1、nginx概述 1.1 nginx的程序架构:master/worker模型; 1>…
15.1 I/O模型
I/O模型分类:阻塞型、非阻塞型、复用型、信号驱动型、异步; 1>同步/异步:关注消息通知…