Gaurav Patiltechbygaurav.hashnode.dev·Oct 19, 2024How to Set Up Nginx: A Complete Beginner’s GuideWhat is Nginx? Nginx (pronounced "engine-x") is an open-source, high-performance web server. It can also be used for load balancing, HTTP cache, and reverse proxy. It has a non-threaded, event-driven architecture. It’s widely known for its speed, sca...Discuss·10 likesnginx
Arish Ahmadblog.arishahmad.in·Sep 19, 2024Setting Up a Go Web Server on Amazon EC2Launching EC2 with Amazon Linux Open the AWS Management Console and navigate to the EC2. Click “Launch instances”. Enter an appropriate instance name. Select “Amazon Linux” under “Application and OS Images”. Select any “Free tier eligible” I...Discuss·27 readsec2
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
Snehangshu Bhattacharyablogs.snehangshu.dev·Jul 28, 2024How to Easily Set Up an HTTPS Reverse Proxy with Caddy for BeginnersHave you ever tried to set up a reverse proxy with Nginx and encountered issues? It happened to me frequently until I learned the intricacies. In this blog, I will demonstrate the easiest way to set up a reverse proxy with HTTPS using Caddy, an Nginx...Discuss·1 like·1.2K readsCaddy
Ikechukwu Ashimonyetechgecko.hashnode.dev·Jul 21, 2024The Step-by-Step Process When You Enter "google.com" in Your BrowserToday, I'm going to tell a story. It's a story for both techies and non-techies. Have you ever wondered what happens in the short time between when you type "google.com" in your browser and press "Enter" and when the browser displays Google's search ...Discuss·10 likes·40 readsdns
Lease Packetleasepacket.hashnode.dev·Jul 19, 2024How to Install Apache Web Server on CentOS 7Installing the Apache web server on CentOS 7 is an easy process that will get your web server up and running quickly. Apache is one of the most popular and widely used web servers in the world due to its flexibility, power, and ease of configuration....Discusscentos7
Zainul Khanzainul.hashnode.dev·Jul 14, 2024Nginx And Apache🌐 NGINX vs. Apache: The Battle of Web Servers! 🌐 As web developers, we often face the age-old question: NGINX or Apache? Let’s dive into the key differences, advantages, and scenarios where each shines. 🚀 🔍 Overview: NGINX: Known for its high per...Discussnginx
Samokhvalova Valentinablog.valsa.solutions·May 12, 2024How to Create and Run an NGINX Container Using DockerIntroduction NGINX is a powerful, high-performance web server that is also used as a reverse proxy, HTTP cache, and load balancer. Using Docker to deploy an NGINX container is an efficient way to manage the configurations and lifecycle of the web ser...DiscussDockernginx
Gift Alufandikagiftiea.hashnode.dev·Feb 26, 2024A Closer Look at What Happens When You Type https://www.google.com in your browser and Press EnterDNS request When you type in https://www.google.com and press enter, the first step is initiating a Domain Name System (DNS) request. This process involves translating the human-readable domain name "google.com" into a numerical IP address that the ...Discussdns
Gideon Batureblog.benehub.tech·Dec 15, 2023What Happens When You Type "https://www.google.com" in Your Browser and Press "Enter"Introduction One beauty of the internet is that, you can make use of it even without the knowledge of the technologies that power it. Many people understands the internet just from the perspective of searching and getting information and resources su...Discuss·12 likes·104 readsHTTP/SSL