Rudraksh Laddharudrakshladdha.hashnode.dev·Aug 23, 2024Comprehensive Guide to Nginx Web Server: From Beginner to AdvancedWhat is Nginx? Nginx (pronounced as "Engine-X") is an open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. It was created by Igor Sysoev in 2004 with the goal of addressing the C10K problem, which refers ...Discussnginx
Aniket Purohitaniketpurohit.hashnode.dev·Aug 7, 2024Understanding Nginx: The Web Server and BeyondWritten by Aniket Purohit By the end of this blog, you'll understand what Nginx is, why it was created, and how it is used in the real world. We’ll cover features like load balancing, caching, security, and how Nginx works with Kubernetes. What is ...Discuss·10 likesNginx Tutorial
Aashutosh Soniblog.ashutosh7i.dev·Jun 11, 2024How to Set Up a Static Web Server with NGINX? (Step-by-Step Guide)The first question: Why we need NGINX when we already have Apache httpd?Answer: While Apache HTTP Server is a powerful and flexible web server, NGINX offers certain advantages that make it a popular choice (like me😂) for many use cases: Performance...Discuss·104 readsnginx server
MD UDOY HASANblog.udoyhasan.com·May 14, 2023Beginner's Guide to Install and Configure Nginx on Ubuntu 22.04: Step-by-Step TutorialNginx is a popular web server used by many websites and web applications. In this tutorial, we'll walk you through the process of installing and configuring Nginx on Ubuntu 22.04. By the end of this guide, you'll have a working Nginx server that can ...Discuss·11 likes·121 readsnginx