nginx常用的板块及功能

模块名称 模块作用
ngx_http_core_module 核心模式,包含http,server_name,root等配置
ngx_http_access_module 访问控制模块,包含allow和deny配置参数
ngx_http_auth_basic_module 用户认证模块,包含auth_basic配置参数
ngx_http_charset_module 字符集模块,包含charset utf8等配置参数
ngx_http_fastcgi_module fastcgi模块,包含fastcgi_pass等配置参数
ngx_http_gzip_module 压缩模块,包含gzip,gzip_type等配置参数
ngx_http_limit_conn_module 限制并发量模块,包含limit_conn等参数
ngx_http_log_module 日志模块,包含access_log等配置参数
ngx_http_proxy_module 代理模块,包含proxy_pass,proxy_cache,proxy_cache_path,proxy_connect_timeout,proxy_limit_rate等配置参数
ngx_http_rewrite_module 地址重写模块,包含rewrite,break,last等配置参数
ngx_http_ssl_module 加密模块,包含ssl_certificate,ssl_certificate_key等配置参数
ngx_http_stub_status_module 状态模块,包含stub_status配置参数
ngx_http_upstream_module 调度器模块,包含upstream,hash,ip_hash等配置参数
ngx_steam_core_module 4层代理模块

你可能感兴趣的:(改革升级)