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...187 readsnginx server
Ritwik Mathritwikmath.hashnode.dev·Aug 5, 2023Navigating Nginx: Exploring the Structure and Functions of Each Section in Your nginx.conf FileConfiguration Terminology Nginx operates with two primary configuration elements: directives and contexts. Directives represent specific configuration options, each serving a particular purpose. These directives are organized within contexts, also kn...1 likenginx
Onyeanuna Princeaahil13.hashnode.dev·Feb 1, 2023Deploying a Web Server with AWS: A Hands-On ApproachIntroduction Web servers play a very vital role in our technologically driven world. They make it possible for users to access websites over the internet. They are the backbone of the internet, as they act as a bridge connecting users with the conten...5 likes·95 readsAWS
Akash Ojhatechblog.akashojha.com·Dec 18, 2022Install Nginx from source codeNginx is a web server that works very well as a reverse proxy server and is also very effective in load balancing, media streaming, serving static files and caching. Nginx also solves the C10k problem as it can serve 10k concurrent connections. Packa...54 readsnginx
Marwan Fazorablog.marwanfazora.com·Dec 5, 2022Deploy django project using NGINX and GunicornDeploy django project using NGINX and Gunicorn Requirements: NGINX Gunicorn Prepare environment: Install pip: sudo apt-get install python3-pip Install virtualenv: sudo pip3 install virtualenv Create directory for the project: mkdir project_n...129 readsDjango
Sudarshan Bhamaresudarshanbhamare.hashnode.dev·Nov 5, 2022Setup SSL for Nginx KodeKloud Engineer 👨💻 Task 27 #Linux #DevOps ♾Requirement : The system admins team of xFusionCorp Industries needs to deploy a new application on App Server 2 in Stratos Datacenter. They have some pre-requites to get ready that server for application deployment. Prepare the server as per require...43 readsKodeKloud