随笔分类 -  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 阅读全文
posted @ 2018-06-20 19:41 geeklove 阅读(261) 评论(0) 推荐(0)
摘要: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 阅读全文
posted @ 2018-06-20 19:20 geeklove 阅读(264) 评论(0) 推荐(0)
摘要:NGINX Load Balancing – TCP and UDP Load Balancer Configuring Reverse Proxy For UDP traffic, also include the udp parameter. TCP is the default protoco 阅读全文
posted @ 2018-06-18 20:11 geeklove 阅读(216) 评论(0) 推荐(0)
摘要:Passive Health Checks When NGINX considers a server unavailable, it temporarily stops sending requests to the server until it is considered active aga 阅读全文
posted @ 2018-06-17 12:47 geeklove 阅读(199) 评论(0) 推荐(0)
摘要:前言: 作为战斗民族的发明,Nginx在服务器网络处理方面因其稳定,高效,简洁的配置,出色的表现而被广泛使用 Docs written in English are the best material of mastering a specific technology. (ref: https:/ 阅读全文
posted @ 2018-06-16 19:02 geeklove 阅读(157) 评论(0) 推荐(0)