Nginx reads Memcache direct response data After testing, the Nginx layer directly reads `memcahce` more than 8 times faster than forwarding php-fpm and then reading `memcache` Nginx 2021-08-01 1 likes 0 comments 2792 views
【Kubernetes/K8S】ingress nginx cookie configuration The yaml configuration example demonstrates how to configure the ingress nginx cookie Kubernetes 2021-07-29 1 likes 0 comments 5467 views
【Kubernetes/K8S】 Detailed explanation of Ingress and Nginx In Kubernetes, Ingress is an object that allows access to your Kubernetes service from outside the Kubernetes cluster. You can configure access by creating a set of rules that define which inbound connections reach which services Kubernetes 2021-07-28 0 likes 0 comments 3483 views
Explain the five application scenarios of Nginx in detail Thoroughly understand the five major application scenarios of Nginx: http server, reverse proxy, dynamic and static separation, load balancing, static server, detailed parameter explanation, built-in parameters Nginx 2021-07-26 0 likes 0 comments 4639 views
NGINX from entry to master Nginx is a performance-oriented HTTP server. Compared with Apache and lighttpd, it has the advantages of less memory and higher stability. Nginx 2021-06-05 0 likes 0 comments 3547 views