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...Discuss·59 readsNginx configuration guide
FIKARA BILALblog.fikara.io·Sep 18, 2024Mise en place serveur NGINXDans cet article, nous montrerons comment installer NGINX, un serveur web open-source dont les principales fonctionnalités sont de fonctionner comme un reverse-proxy et un répartiteur de charge. NGINX peut être installé sur plusieurs distributions Li...Discuss·38 readsnginx
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 ...Discussnginx
Reza Rashidirezaduty-1685945445294.hashnode.dev·Aug 12, 2024Attacking NginxNginx, a popular web server and reverse proxy, is a critical component in many web infrastructures, making it a prime target for attacks. Common vulnerabilities in Nginx configurations include improper handling of headers, such as Upgrade and Connect...Discuss·1 like·2.0K readsnginx
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
shubham kumartheshubham.hashnode.dev·Jun 11, 2024Deploying Node.js and React on Ubuntu: A Complete Tutorial1. To log in to your Linux (Ubuntu) server via SSH To log into your server, open a terminal on your local machine. ssh root@server_ip_address Accept the warning about host authenticity, if it appears, and provide your root password. Install Node/NP...Discuss·21 likes·121 readsReact
Dhanush Gowdadhanushks.hashnode.dev·Apr 29, 2024Nginx FundmentalsNginx is a versatile web server that offers various capabilities beyond being a reverse proxy, such as load balancing, SSL/TLS termination, and caching. It can serve as an API gateway, providing advanced routing, filtering, and security features. Ngi...DiscussNginx configuration guide
Tobbe Lundbergtlundberg.com·Apr 27, 2024Hosting a Verdaccio NPM Registry on Hetzner Cloud Part 4: VerdaccioWith nginx configured (see Part 3) we're now ready for what we all came here to do – to install and set up Verdaccio! NodeJS and fnm Verdaccio is built using NodeJS, so we need to install node. I know I'll want to run other node based apps as well, a...Discuss·163 readsverdaccio
Tobbe Lundbergtlundberg.com·Apr 26, 2024Hosting a Verdaccio NPM Registry on Hetzner Cloud Part 3: nginxTo follow along here you're going to need a (sub-)domain you want to use to access your Verdaccio NPM Registry. I already have a tobbe.dev domain, so I used a subdomain for this, pistachio.tobbe.dev, and pointed it to my new server IP. Login and upda...Discuss·43 readsHetzner
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...Discuss·1 like·209 readsLinux