nginx常用模块

一、ngx_http_core_module

基础配置
http://nginx.org/en/docs/http/ngx_http_core_module.html

二、ngx_http_access_module

访问限制
http://nginx.org/en/docs/http/ngx_http_access_module.html

三、ngx_http_proxy_module

http代理模块
http://nginx.org/en/docs/http/ngx_http_proxy_module.html

四、ngx_http_upstream_module

upstream配置相关
http://nginx.org/en/docs/http/ngx_http_upstream_module.html

五、ngx_http_ssl_module

https模块
http://nginx.org/en/docs/http/ngx_http_ssl_module.html

六、ngx_http_status_module

nginx状态显示模块
http://nginx.org/en/docs/http/ngx_http_status_module.html

七、访问限制

ngx_http_limit_conn_module
ngx_http_limit_req_module

八、第三方模块

1. rtmp模块

nginx-rtmp-module

2. 输出

echo-nginx-module

Previous Post

nginx内置变量

Next Post

nginx模块之echo-nginx-module

Related Posts