随笔分类 - Nginx
摘要:Serving Static Content Root Directory and Index Files If a request ends with a slash, NGINX treats it as a request for a directory and tries to find a
阅读全文
摘要:Configuring NGINX Plus as a Web Server At a high level, configuring NGINX Plus as a web server is a matter of defining which URLs it handles and how i
阅读全文
摘要:NGINX Load Balancing – TCP and UDP Load Balancer Configuring Reverse Proxy For UDP traffic, also include the udp parameter. TCP is the default protoco
阅读全文
摘要:Passive Health Checks When NGINX considers a server unavailable, it temporarily stops sending requests to the server until it is considered active aga
阅读全文
摘要:前言: 作为战斗民族的发明,Nginx在服务器网络处理方面因其稳定,高效,简洁的配置,出色的表现而被广泛使用 Docs written in English are the best material of mastering a specific technology. (ref: https:/
阅读全文