Skip to content

RENDEZVOUS

Explore-Share-Contribute

  • AI
  • Agile
  • Atlassian
  • Automation
  • CloudOps
  • DevOps
  • IAC
  • VSM
  • Toggle search form

Installing Nginx on AWS

Posted on July 30, 2019July 30, 2019 By Pulkit Agarwal 1 Comment on Installing Nginx on AWS

Nginx is a web server that is used to replace http server as it can support high traffic website/s. It can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache, interesting – isn’t it??

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. Open the browser and type in the command below-

http://server_domain_or_IP (cloud instance name)

Check out for more on Nginx ….coming soon !!

Technical Documentation

Post navigation

Previous Post: Jenkins User Administration – Chapter 2
Next Post: Running Static page on Nginx

Related Posts

Python in Eclipse 2021-03 Technical Documentation
Transitioning with Agile – Ever tried it ?? Technical Documentation
Custom Dashboards in Jira – Chapter 6 Technical Documentation
How to build the first report in Google’s Looker Studio Looker Studio
Trouble managing distributed teams? Technical Documentation
Configuring Jira Gadgets – Chapter 8 Technical Documentation

Comment (1) on “Installing Nginx on AWS”

  1. Ranjana Jindal says:
    August 13, 2019 at 2:23 am

    Will help as a guide to work on nginx. Good insight and clarity.

Comments are closed.

Copyright © 2025 RENDEZVOUS.

Powered by PressBook Grid Dark theme