Course Elementary 2779
Course Introduction:If you have any questions, add WeChat: Le-studyg; the course content includes Nginx installation, process stopping principle, reload principle, process of loading configuration files, static service principle, HTTP reverse proxy principle, gRPC reverse proxy principle, load balancing principle, etc. . In addition, the course also covers ways to implement a simple static server using different programming languages such as Golang, Python, PHP, C, and C++. Finally, the course will be summarized and explained. By studying this course, you will have an in-depth understanding of the various functions and principles of Nginx, as well as how to use different programming languages to implement a simple static server. This will help you better understand and apply Nginx, and build simple static servers in different language environments.
Course Intermediate 34485
Course Introduction:High-performance server installation For high-performance websites with large request volume, how to support them? On the one hand, we need to reduce requests For developers----merge css, background images, reduce mysql queries, etc. 2: For operation and maintenance of expires of nginx, use browser cache, etc. to reduce queries. 3: Use CDN to respond to requests 4: The final remaining, unavoidable requests are supported by server cluster + load balancing. Therefore, after reaching step 4, do not consider reducing requests anymore. Instead, think about how to better respond to high concurrent requests. Big understanding---Since response is inevitable, what we have to do is to distribute the work content "evenly" to each server. The most ideal situation is that the performance of each server is fully utilized.
Course Elementary 24439
Course Introduction:"Nginx Basics Introductory Video Tutorial" This course is recorded by Boolean Education and is taught by Yan Shiba. Anyone who knows Shiba should know that the class he teaches is quite good. Nginx ("engine x") is a high-performance HTTP and reverse proxy server, also an IMAP/POP3/SMTP server. Students who want to learn nginx can come in and take a look!
Course Advanced 20219
Course Introduction:Nginx ("engine x") is a high-performance HTTP and reverse proxy server, as well as an IMAP/POP3/SMTP server. Nginx was developed by Igor Sysoev for Russia's second most visited Rambler.ru site. The first public version 0.1.0 was released on October 4, 2004. It releases source code under a BSD-like license and is known for its stability, rich feature set, sample configuration files, and low system resource consumption. On June 1, 2011, nginx 1.0.4 was released.