#nginx
Read more stories on Hashnode
Articles with this tag
Node Installation sudo apt update sudo apt install curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install nodejs node...
Create Simple Kubernetes Cluster and Deploy Nginx Server · Kubernetes Kubernetes is a portable, extensible, open-source platform for managing...
Install IIS on Windows,httpd on Amazon Linux2 and Nginx on Ubuntu. · User Data When you launch an instance in Amazon EC2, you have the option of passing...
LoadBalancer -What Is It? Load balancing is an excellent way to scale out your application and increase its performance and redundancy. Nginx, a...
1.Install node.js in our server First we want to install Node.js on our server. curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - sudo...
Nginx is a famous web server package. Here i am going to explain how to install nginx and configure multiple site on that single server. First we are...