> 作者“ngi”的文章 - 第58页
  • nginx upstream iphash

    nginx upstream iphash

    介绍 在介绍nginx的iphash前,先来理解一下nginx的upstream,在nginx中,upstream是一个保存真实服务器状态的抽象概念。而iphash可以理解为一种基于IP地址的...

    03-10 850 335 文章列表
  • nginx 一致性hash

    nginx 一致性hash

    什么是Nginx一致性Hash Nginx是一款流行的高性能Web服务器和反向代理服务器,一致性Hash是一种负载均衡算法。Nginx一致性Hash是基于这种算法实现的负载均衡...

    03-10 912 554 文章列表
  • nginx upstream负载均衡

    nginx upstream负载均衡

    什么是nginx upstream负载均衡 Nginx是一种高性能的Web服务器,除了HTTP服务器功能外,Nginx还可以作为反向代理服务器、负载均衡服务器等,其中upstream负载...

    03-10 533 580 文章列表
  • nginx send_timeout

    nginx send_timeout

    什么是nginx send_timeout nginx是一款非常流行的Web服务器软件,它的send_timeout是nginx中的一个重要参数。该参数定义了nginx向客户端发送数据时的超时时...

    03-10 372 930 文章列表
  • nginx response body

    nginx response body

    什么是Nginx响应体 Nginx响应体是指在Nginx服务器上根据请求信息匹配到对应的内容,并将其返回给客户端的内容。Nginx支持多种类型的响应体,包括HTML,CSS,...

    03-10 442 77 文章列表
  • nginx request time

    nginx request time

    什么是Nginx请求时间? Nginx是一个广泛使用的Web服务器,可用于处理各种请求。当浏览器向Nginx服务器发送请求时,Nginx会计算出每个请求需要花费多长时间才...

    03-10 71 346 文章列表
  • nginx 多个https

    nginx 多个https

    什么是 Nginx 多个 HTTPS? Nginx 是一个广受欢迎的 Web 服务器和反向代理服务器。它的一个独特的功能是支持多个 HTTPS 端口,称为“多个 HTTPS”。这意味着您...

    03-10 93 621 文章列表
  • nginx ngx.var

    nginx ngx.var

    什么是nginx ngx.var? nginx是一个高性能的HTTP服务器和反向代理服务器。ngx.var是nginx中的一个内置变量,用于获取请求中的变量值。它可以在nginx.conf配...

    03-10 985 778 文章列表
  • nginx post 403

    nginx post 403

    什么是'.nginx post 403.'? 403错误是HTTP状态代码之一,指的是服务器拒绝访问。'.nginx post 403.'是指在使用Nginx作为服务器的时候,出现了POST请求...

    03-10 937 295 文章列表
  • nginx urlencode

    nginx urlencode

    什么是nginx urlencode? nginx是一种高性能的Web服务器,它被广泛用于反向代理、负载均衡和静态网页服务器等方面。urlencode是将URL中的特殊字符进行编码,...

    03-10 211 851 文章列表