http_core_module包括一些核心的http参数配置
http_access_module访问控制模块
http_gzip_module压缩模块
http_fastcgi_module fastcgi模块
http_proxy_module 代理模块
http_upstream_module 负载均衡模块
http_rewrite_module URL地址重写模块
http_limit_conn_module 限制用户的并发连接以及请求数
http_limit_req_module 定义的key限制nginx请求过程的速率
http_log_module 访问日志模块,指定格式记录nginx客户访问日志
http_auth_basic_module web认证,设置web用户通过账号和密码访问nginx
http_ssl_module 加密的http
http_stub_status_module 记录nginx基本访问状态信息
本文转自chenzudao51CTO博客,原文链接: http://blog.51cto.com/victor2016/1885107,如需转载请自行联系原作者