Nginx 官网文档,各个模块的手册在这里。 Nginx 中文文档 - 淘宝翻译 改版后的新 Nginx 官网文档
概述
新手指南控制 Nginx
管理员指南 Admin Guide
安装基本功能
在运行时控制 Nginx 进程创建 Nginx 配置文件负载均衡
HTTP 负载均衡实时配置(On-the-Fly Configuration)配置 Nginx 接受代理协议内容缓存web 服务器
将 Nginx 配置为 Web 服务器(HTTP Server)将 Nginx 配置为静态资源服务器将 Nginx 配置为反向代理服务器压缩和解压缩内容缓存安全控制
将 Nginx 配置 HTTPS 服务器加密 NGINX 和 upstream 服务器组之间的 HTTP 流量限制对代理 HTTP 资源的访问通过 HTTP 基本认证限制访问配置基于子请求结果的认证通过地理位置限制访问限制对代理TCP资源的访问IP 地址动态黑名单监控
HTTP 健康监测TCP 健康监测配置日志高可用动态模块邮件代理
模块
核心功能
ngx_core_module:Nginx 核心模块
http 相关模块
ngx_http_core_module:http 核心模块ngx_http_access_modulengx_http_addition_modulengx_http_api_modulengx_http_auth_basic_modulengx_http_auth_jwt_modulengx_http_auth_request_modulengx_http_autoindex_modulengx_http_browser_modulengx_http_charset_modulengx_http_dav_modulengx_http_empty_gif_modulengx_http_f4f_modulengx_http_fastcgi_modulengx_http_flv_modulengx_http_geo_modulengx_http_geoip_modulengx_http_grpc_modulengx_http_gunzip_modulengx_http_gzip_modulengx_http_gzip_static_modulengx_http_headers_modulengx_http_hls_modulengx_http_image_filter_modulengx_http_index_modulengx_http_js_modulengx_http_keyval_modulengx_http_limit_conn_modulengx_http_limit_req_modulengx_http_log_modulengx_http_map_modulengx_http_memcached_modulengx_http_mirror_modulengx_http_mp4_modulengx_http_perl_modulengx_http_proxy_modulengx_http_random_index_modulengx_http_realip_modulengx_http_referer_modulengx_http_rewrite_module:改变请求 URI,返回重定向并可有条件地选择配置。ngx_http_scgi_modulengx_http_secure_link_modulengx_http_session_log_modulengx_http_slice_modulengx_http_spdy_modulengx_http_split_clients_modulengx_http_ssi_modulengx_http_ssl_modulengx_http_status_modulengx_http_stub_status_modulengx_http_sub_modulengx_http_upstream_modulengx_http_upstream_conf_modulengx_http_upstream_hc_modulengx_http_userid_modulengx_http_uwsgi_modulengx_http_v2_modulengx_http_xslt_module
mail 相关模块
stream 相关模块
ngx_stream_core_modulengx_stream_access_modulengx_stream_geo_modulengx_stream_geoip_modulengx_stream_js_modulengx_stream_keyval_modulengx_stream_limit_conn_modulengx_stream_log_modulengx_stream_map_modulengx_stream_proxy_modulengx_stream_realip_modulengx_stream_return_modulengx_stream_split_clients_modulengx_stream_ssl_modulengx_stream_ssl_preread_modulengx_stream_upstream_modulengx_stream_upstream_hc_modulengx_stream_zone_sync_module
转载于:https://www.cnblogs.com/kika/p/10851490.html