Pankaj Suryavanshidevtestops.hashnode.dev·Aug 29, 2023Introduction and Setting Up Nginx with Docker1. What is Nginx? Nginx (pronounced "engine-x") is a high-performance, open-source web server software. It's designed to efficiently handle HTTP, HTTPS, and reverse proxy tasks. Originally created to solve the C10k problem (handling 10,000+ concurren...DiscussNginx Web Servernginx
chitranshu srivastavaforWiz4host Blogs - DevOpswiki.wiz4host.com·Aug 14, 2023How to Host an HTML Page Using NginxIn this documentation, we will walk you through the step-by-step process of hosting a static HTML page using Nginx on a Linux server. Nginx is a high-performance web server that is widely used for serving static content and acting as a reverse proxy ...Discuss·94 readsfrontend - nginxwiz4host
Pemba Tshering Tamangtamangpemba.hashnode.dev·Aug 14, 2023Web Server Setup: HTTPDWelcome to this enlightening episode of our vlog, where we're demystifying web servers! If the thought of setting up a web server sounds daunting, don't worry – we've got your back. In this episode, we're taking you through the straightforward proces...Discuss·1 like·49 readsweb server
mukesh kumar mahtomkmahto7.hashnode.dev·Aug 9, 2023Automatic Provisioning - VM through VagrantAutomate Virtual Machine Provisioning with Vagrant! 🔧 Hey, Dev-ops fam! 👋 In today's post, let's dive into the world of automated provisioning using Vagrant, a game-changer in the DevOps toolkit! 🚀 📋 Project Overview: In this project, I've harnes...Discuss·1 likeDevops
Ritwik Mathritwikmath.hashnode.dev·Jul 22, 2023Navigating Nginx: A Beginner's Guide to Finding and Creating a Basic Web ServerWhat is NGINX? Nginx (pronounced "engine-x") is a popular open-source web server, load balancer and reverse proxy server software. It is designed to handle high-traffic websites efficiently, providing excellent performance, scalability, and reliabili...Discuss·1 like·96 readsnginx
Vinayak Kesharwaniivinayak.hashnode.dev·Jul 14, 2023Services-[Linux Services Configuration]Once you install the software( assume any node app that servers APIs) on servers(a VM instance or an EC2 instance) especially those that run in the background such as web servers or database servers. You would need to make sure that those servers or ...Discuss·1 like·34 readsLinux
samyak sheokarsamyak2203.hashnode.dev·Jul 14, 2023How to Host ASP.NET on IIS Web Server - (Part2)For hosting a website on IIS, follow these steps: IIS Installation: IIS is a web server that is used to host a website on the server. IIS stands for Internet Information Services. Search for Turn Windows Features On and Off using the search bar and s...Discuss·53 readsASP.NET
Sourav Kumarsouravkumar007.hashnode.dev·Jul 7, 2023Understand WEB SERVERS 😎This article is helpful for beginners who want to understand web servers. A web server is simply a computer system or a combination of software and hardware that serves websites and web pages. It works on a client-server architecture where the client...Discussiwritecode
Shubham Nimkarshubnimkar.hashnode.dev·Jul 5, 2023How to create local web server on Windows ServerHere we will understand how to create a local server on Windows Server and host a locally created static webpage. We just need a machine installed with any Windows Server OS. Open server manager to create a server: Step 1 Local Server Add roles an...Discusswindows server
ILYAS RUFAIrufilboy.hashnode.dev·Jun 16, 2023How to Troubleshoot HTTPS (443) on the Nginx Web ServerIf you have verified that Nginx is correctly configured to listen on port 443 and have allowed incoming connections to port 443 through the firewall, but are still unable to connect to the server on port 443, there may be other issues to consider. C...Discuss·10 likes·29 readsNetworkingwebserver