nginx http功能模块 | 模块说明 |
---|---|
nginx_http_core_module | 包括一些核心的http参数配置,对应nginx的配置为http区块部分 |
nginx_http_access_module | 访问控制模块,用来控制网站用户对nginx的访问 |
nginx_http_gzip_module | 压缩模块,对nginx返回的数据压缩,属于性能优化模块 |
nginx_http_fastcgi_module | fastcgi模块和动态应用相关的模块,例如php |
nginx_http_proxy_module | proxy代理模块 |
nginx_http_upstream_module | 负载均衡模块,可以实现网站的负载均衡功能及节点的健康检查 |
nginx_http_rewrite_module | url地址重写模块 |
nginx_http_limit_conn_module | 限制用户并发连接数及请求数模块 |
nginx_http_limit_req_module | 根据定义的key限制nginx请求过程的速率 |
nginx_http_log_module | 访问日志模块,以指定格式记录nginx客户访问日志等信息 |
nginx_http_auth_basic_module | web认证模块,设置web用户通过账号、密码访问nginx |
nginx_http_ssl_module | ssl模块,用于加密http连接,如https |
nginx_http_stub_status_module | 记录nginx基本访问状态信息的模块 |
nginx常用模块介绍
©著作权归作者所有,转载或内容合作请联系作者
禁止转载,如需转载请通过简信或评论联系作者。
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 一、ngx_http_proxy_module模块 The ngx_http_proxy_module modul...