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
Aman Patel (Amanops)blog.amanops.com·Jan 27, 2024How to set up your website on AWS CloudSteps - Step 1 - Create an ec2 instance on AWS cloud.a) Login with your ec2 instance with username & ssh-key.b) Install Nginx on that & start the Nginx services.c) Copy the code in the path /var/www/html/.d) Now restart the nginx service.e) Now go to...1 like·213 readsLinux
aliu okeowoalishakor.hashnode.dev·May 15, 2023Explain what happens when you type https://www.google.com in your browser and press Enter.Several processes happen behind the scenes to deliver website content to our computers. The step-by-step breakdown is as follows: DNS REQUEST: The first step in accessing the domain name https://www.google.com is to perform a Domain Name System (DNS)...51 readsdns
Bipul Mukherjeecodepul.hashnode.dev·Jan 28, 2023Web Server and how it works.Complete understanding of a web server and how can you use it and how it used to work in the previous era of the internet. Web server: In layman's language web server is a computer that stores, processes and delivers files(It could be any kind of fil...14 likes·97 readsWeb Development