How to Install Nginx and Setting Up Server Block to Domain on ...
budidev.com › 2020 › 06Jun 23, 2020 · How to Install Nginx and Setting Up Server Block to Domain on AWS EC2 Before beginning this guide, first you must have an EC2 Instance, you can follow this post to launch an EC2 instance . In this post, I use EC2 Instance of Ubuntu Server 18.04, and access the instance using SSH connection in a terminal of my Ubuntu Desktop, follow this post to ...
Installing Nginx on AWS – RENDEZVOUS
https://techieatom.com/installing-nginx-on-aws30.07.2019 · Let us take a look at how do we install Nginx. Step 1 –> Run the following commands on your command line. sudo apt-get update. sudo apt-get install nginx. sudo ufw app list. Step 2 –> Check if nginx is running, type in the following command-. systemctl status nginx. Step 3 –> Let us check the same through the browser.