一、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