> 作者“ngi”的文章 - 第64页
  • nginx upstream time

    nginx upstream time

    什么是nginx upstream time? Nginx是一款高性能的Web服务器和反向代理服务器,upstream是其用于负载均衡的模块。Nginx upstream time是指Nginx发送请求到上...

    03-10 737 646 文章列表
  • nginx 获取header

    nginx 获取header

    什么是Nginx Nginx是一款高性能、高并发的HTTP服务器和反向代理服务器,它在处理静态文件时非常高效,而且很容易扩展实现负载均衡和高可用性。Nginx使用了非...

    03-10 437 445 文章列表
  • nginx location匹配顺序

    nginx location匹配顺序

    什么是nginx location匹配? location是nginx中的一个指令,用于匹配请求的URI路径。nginx中的location匹配分为字符串匹配和正则表达式匹配两种方式。字符串...

    03-10 11 141 文章列表
  • nginx ip hash

    nginx ip hash

    什么是'.nginx ip hash.'? '.nginx ip hash.'是一种负载均衡策略,通过使用客户端IP地址的哈希值来将客户端请求分配到多个服务器上。它是Nginx中最常用的负...

    03-10 129 391 文章列表
  • nginx try_files

    nginx try_files

    什么是nginx try_files Nginx try_files指令是一种用于控制Nginx如何处理文件请求的方式。如果服务器上的某个资源请求不存在,而且您希望Nginx在此情况下执...

    03-10 422 884 文章列表
  • nginx proxy_redirect

    nginx proxy_redirect

    什么是nginx proxy_redirect? nginx是一种开源的高性能服务器,它的proxy_redirect功能可以让我们能够更加精细地控制反向代理的重定向,它可以帮助我们将反...

    03-10 475 816 文章列表
  • nginx shared dict

    nginx shared dict

    什么是Nginx Shared Dict Nginx Shared Dict是一个基于共享内存的工具,可以用于实现多个Nginx工作进程之间的数据共享。通俗点说,就是在Nginx的不同工作进...

    03-10 951 282 文章列表
  • nginx socket.io

    nginx socket.io

    Introduction When it comes to web development, performance and scalability are two major concerns. One technology stack that can help with this is...

    03-10 430 479 文章列表
  • nginx for windows

    nginx for windows

    什么是 Nginx for Windows? Nginx 是一个流行的 Web 服务器和反向代理服务器,可以在 Linux 和其他 Unix-like 操作系统上运行。在 Windows 操作系统上,Ngi...

    03-10 428 533 文章列表
  • nginx x-forwarded-for

    nginx x-forwarded-for

    .nginx x-forwarded-for. NGINX是一种开源的Web服务器软件,被广泛使用于各种互联网应用程序中。而x-forwarded-for是一个HTTP请求头字段,用于标识HTTP请求...

    03-10 544 91 文章列表