OpenResty
nginx
nginx log format
Nginx 陷阱和常见错误
静态资源服务
反向代理
nginx 缓存配置
SSL TLS 证书
listen指令
正则
server_name 指令
获取真实客户端地址的realip模块
nginx的常见问题
location
内核参数优化
nginx配置文件详解
http 请求处理时的11个阶段
11个阶段的处理顺序
rewrite模块
limit conn模块 对连接数做限制
limit_req 模块
access 模块 auth_basic
static模块提供的三个变量
http框架用户请求相关的变量
tcp 连接相关变量
nginx 系统变量
使用变量防盗链的referer 模块
客户端 keepalive
upstream变量
http 反向代理 proxy处理请求的流程
接收用户请求的方式
缓存
搭建websocket反向代理
openfilecache提升系统性能
openResty 安装
ngx_lua_waf
不重启 Nginx 容器的情况下重新加载配置文件
GEOIP2(即GeoLite2免费地理位置数据) - 数据库下载与自动更新
GEOIP2 在 NGINX/Openresty 上的应用(根据IP归属国家自动切换网站根目录&静态资源下载限速&禁止访问
banana waf
ngx_waf
一个完整的Nginx优化配置
openresty 共享内存代码示例
301 和 302 的区别
OpenResty 执行流程阶段
nginx反向代理调度算法
本文档使用 MrDoc 发布
-
+
首页
nginx
https://nginx.org/ # 编译参数 ``` ./configure --with-http_auth_request_module --with-http_realip_module --with-http_v2_module --with-debug --add-module=/home/web/nginx-http-concat/ --with-http_random_index_module --with-http_sub_module --with-http_addition_module --with-http_secure_link_module --with-http_geoip_module --with-http_ssl_module --with-stream_ssl_module --with-stream_realip_module --with-stream_ssl_preread_module --with-stream --add-module=/home/web/ngx_cache_purge/ --with-http_slice_module --with-google_perftools_module --with-threads --with-ld-opt=-ltcmalloc --with-http_gzip_static_module --with-http_gunzip_module --with-http_stub_status_module ``` 下面是每个模块的功能简介: 1. `--with-http_auth_request_module`: 允许基于子请求结果的授权。适用于实现复杂的访问控制。 2. `--with-http_realip_module`: 将客户端地址更改为在指定的头字段中发送的地址。在Nginx作为反向代理时很有用。 3. `--with-http_v2_module`: 启用对HTTP/2的支持,提高通信效率和速度。 4. `--with-debug`: 开启调试模式,有助于开发和调试过程中的问题跟踪。 5. `--add-module=/home/web/nginx-http-concat/`: 添加自定义模块,这里是用于合并文件的`nginx-http-concat`模块。 6. `--with-http_random_index_module`: 随机选择目录中的一个文件作为索引。 7. `--with-http_sub_module`: 允许修改响应中的文本内容。 8. `--with-http_addition_module`: 在响应内容前后添加额外的内容。 9. `--with-http_secure_link_module`: 生成和验证安全链接。 10. `--with-http_geoip_module`: 使用GeoIP数据库根据IP地址确定用户的地理位置。 11. `--with-http_ssl_module`: 启用SSL/TLS支持,用于安全的数据传输。 12. `--with-stream_ssl_module`: 为基于TCP/UDP的流量提供SSL/TLS支持。 13. `--with-stream_realip_module`: 修改流量中的客户端IP地址。 14. `--with-stream_ssl_preread_module`: 允许在建立SSL连接之前读取客户端的SSL信息。 15. `--with-stream`: 启用TCP/UDP代理功能。 16. `--add-module=/home/web/ngx_cache_purge/`: 添加自定义模块,这里是用于清除缓存的`ngx_cache_purge`模块。 17. `--with-http_slice_module`: 允许按需分割响应内容,有助于大文件的高效传输。 18. `--with-google_perftools_module`: 使用Google性能工具进行性能分析。 19. `--with-threads`: 启用多线程支持,提高处理能力。 20. `--with-ld-opt=-ltcmalloc`: 使用tcmalloc内存分配器,用于提高内存分配效率。 21. `--with-http_gzip_static_module`: 启用对预先压缩的gzip文件的支持。 22. `--with-http_gunzip_module`: 允许动态解压gzip压缩的响应。 23. `--with-http_stub_status_module`: 提供Nginx服务器状态信息的访问接口。 这些模块增强了Nginx的功能,使其更适合复杂的网络应用和流量管理。 # nginx 命令行 ![](/media/202401/2024-01-08_004110_9424140.7118256618285513.png)
admin
2024年1月8日 03:12
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
分享
链接
类型
密码
更新密码