Courses in category Nginx

Node JS Cluster with PM2, RabbitMQ, Redis and Nginx

Node JS Cluster with PM2, RabbitMQ, Redis and Nginx

As we all know, Node JS is single threaded event-driven JavaScript runtime. When we run any CPU intensive operation, Node will not be able to take an advantage
2 hours 24 minutes 39 seconds
Nginx Fundamentals: High Performance Servers from Scratch

Nginx Fundamentals: High Performance Servers from Scratch

Learn to install, configure and tweak NGINX to create secure, high performance web servers from scratch. NGINX is the fastest growing and most popular web server for a reason, s...
3 hours 56 minutes 24 seconds
/>
Nginx

Nginx

Nginx is a popular web server and reverse proxy server known for its high performance, scalability, and efficient handling of concurrent connections. It is widely used to improve the performance of websites and applications by efficiently distributing incoming traffic and serving static content. Nginx also supports various advanced features such as load balancing, caching, SSL/TLS termination, and HTTP/2 support.