Linux----------nginx----http具体协议配置

nginx_http_core_module(http处理器模块)

















nginx_http_access-module(基于ip的访问控制功能)

nginx_http_auth_basic_module(基于用户的访问控制)

nginx_http_stub_status_module(输出nginx的基本状态信息)


nginx_http_log_module(指定日志格式记录请求)



nginx_http_gzip_module(压缩功能)



nginx_http_ssl_module(虚拟主机)


nginx_http_rewrite_module(重定向URL)





nginx_http_referer_module (防盗链)


nginx_http_proxy_module(代理)








nginx_http_headers_module(添加自定义首部)

nginx_http_fastcgi_module(转发请求到FastCGI服务器)






nginx_http_upstream_module(负载均衡)





原文地址:https://www.cnblogs.com/wangchengshi/p/10978529.html