Nginx Server Block to create a virtual host
Introduction A brief overview of Nginx:Nginx (pronounced as "engine-x") is a high-performance HTTP server, reverse proxy and IMAP/POP3 proxy server. Since its inception in 2002, it has become one of…
Linux is a family of open-source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically packaged in a Linux distribution. In this section, I will provide articles related to Linux tips and tricks.
To learn more about Linux, I suggest reading this book from Amazon.
Introduction A brief overview of Nginx:Nginx (pronounced as "engine-x") is a high-performance HTTP server, reverse proxy and IMAP/POP3 proxy server. Since its inception in 2002, it has become one of…
In this article, I will show you how to install MongoDB on Amazon Linux 2, which is one the most popular NoSQL database provider in this planet earth. What is…
In this article, I will tell you how to install Nodejs on Amazon Linux 2. First, install NVM using CURL curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash Then run this command export…
In this article, I will show you how you can install Drupal on AWS EC2 instance, which can help you to get started with Drupal and AWS. In the next…
This is a tutorial for creating a new instance on aws. If you are new to aws, then this video will help you get started on aws. I list down…