Matti Ullahhow-to-setup-the-nginx-in-ubuntu.hashnode.dev·Dec 5, 2024How to setup the nginx on ubuntu/linux for the node js applicationsudo apt install nginx sudo rm sudo vi /etc/nginx/nginx.conf sudo vi /etc/nginx/nginx.conf For Linux sudo yum install nginx For Front End After executing sudo vi /etc/nginx/nginx.conf, the editor will open. Follow these steps: Press i to enter ins...3 likesnginxubumtu
Kiran Pawarkiranpawar.hashnode.dev·Nov 29, 2024Full NGINX Tutorial: Demo Project with Node.js & DockerOverview What is NGINX? Learn the fundamentals of NGINX and its functionalities. NGINX Use Cases Discover how NGINX acts as a web server, load balancer, caching server, and more. How to Configure NGINX? Explore configuration examples for vari...69 readsNginx configuration guide
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 ...nginx
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 ...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...185 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 ...11 likes·127 readsnginx