系统相关
首页 > 系统相关> > nginx模块

nginx模块

作者:互联网

ngx_http_ssl_module #让ngx支持HTTPS模块

ngx_http_log_module #基于给定的格式记录请求于记录中

ngx_http_rewrite_module #实现对请求的URL进行重写、重订购

ngx_http_gzip_module #过滤器,对指定类型的资源压缩传输以节约带宽

ngx_http_fastcgi_moudle #基于此模块实现与php-fpm结合

ngx_http_proxy_module #基于此模块实现反代客户请求至后端服务器

ngx_http_headers_moudle #基于此模块咋响应个客户的报文中添加首部

ngx_http_upstream_moudle #基于此模块实现nginx的负载均衡:定义服务器组,将多个后端主机定义为服务器组,而后可由proxy_pass,fastcgi_pass,memcache_pass等调用

标签:http,moudle,module,nginx,模块,pass,ngx
来源: https://www.cnblogs.com/lfl17718347843/p/11685102.html