Download and unzip the installation package wgethttp://nginx.org/download/nginx-1.14.2.tar.gztar-zvxfnginx-1.14.2.tar.gz cdngi into decompression after installation package directory
1. Install dependencies 2. Download using the wget command (recommended) 3. Enter the server IP address to access the Nginx page. 5. Configure domain name...
Run the GCC -version command to check whether the expression library is installed. Nginx's HTTP module uses PCRE to parse regular expressions, so you need...
Microservice applications consist of dozens or even hundreds of services. Services are written in different languages and frameworks. Each is a mini-application with its own...
1. Open the CLI of Ubutun and update the source. 2. Create soft connection, map nginx configuration to /var/www directory 4. Create a soft connection...
Microservices are getting a lot of attention right now: articles, blogs, discussions on social media and conference presentations. They are rapidly approaching the peak of...
In terms of requirements, The Micro service platform relies heavily on Nginx-Ingress-Controller for traffic management and load balancing, so log maintenance of this component is...
Nginx is known for its high performance, stability, rich functionality, simple configuration, and low resource consumption. This article analyzes why Nginx is so fast from...
Load balancing technology is very important for a web site, especially for a large web server cluster! A good load balancing architecture can realize failover...
Nginx is probably the hottest Web and reverse proxy server out there right now. It is a high-performance Web server from Russia that performs better...
Nginx is probably the hottest Web and reverse proxy server out there right now. Nginx configuration Generator: Powerful! How does Nginx start and process HTTP...
Copyright Notice: This article is originally published by the blogger, in accordance with CC4.0 BY-SA copyright agreement, please attach the source link and this statement....
Question: When the company was developing a 3D panoramic function, threejs framework was needed for 3D rendering. Generally, the size of 3D files was over...
Improving the performance of Web applications has never been more urgent. The proportion of economic activity online is increasing, with more than 5 per cent...
Nginx logs are useful for statistics and system service troubleshooting. There are two main types of Nginx logs: access_log(access log) and error_log(error log). Through the...
This article only focuses on what Nginx can do without third-party modules. There are so many third-party modules that I can't completely explain them. Of...
Nginx is a lightweight Web server/reverse proxy server/email (IMAP/POP3) proxy server, the main advantages are: support high concurrent connections, especially static interface, official test Nginx...