Nginx Advanced Applications Application Scenario: This technology is not just used for AD caching, it is just a caching that is commonly used for advertising!...
0 x00 introduction in the previous article "waf development practices based on ngx_lua modules" (link is: http://drops.wooyun.org/tips/5136), puts forward the three research direction of follow-up,...
OpenResty is a high-performance Web platform that glues Nginx and Lua together, with a large number of excellent Lua libraries, third-party modules, and more. It...
Small program in January 2017 online at the beginning, was highly touted by the society, deliberately to make it a "tuyere", overdraft its value. But...
APISIX is a cloud-native, high-performance, scalable microservices API gateway based on OpenResty + ETCD implementation. It is Chinese open source, has entered Apache for incubation,...
When Nginx is used as a local proxy to forward back-end requests to solve cross-domain problems, the following Bad Gateway intermittently occurs: Initially, it is...
Nginx is a lightweight, high-performance, HTTP-based, reverse proxy server, static Web server. Nginx was originally developed by Russian Igor Sysoev(Igor Seroyev) using THE C language...
Generally, there are three concurrent processing mechanisms: multi-process, multi-thread, and asynchronous. Nginx uses these three mechanisms for concurrent processing. Of course, its asynchronous mechanism uses...
Nginx is what? Nginx is a high-performance Web and reverse proxy server. It has the following advantages: As a Web server, Nginx uses fewer resources,...
Recently received a project, there is such a demand, need to download some files and preview permission control, only allow members to use, after looking...
OpenResty OpenResty is a high-performance Web platform based on Nginx and Lua that integrates a large number of excellent Lua libraries, third-party modules, and most...
Caching is critical for Web services, especially for large, heavily loaded Web sites. As an important means of performance optimization, caching can greatly reduce the...