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

CloudOps – is this DevOps?? Agile
Getting started with ChatGPT – My first conversation !! Artificial Intelligence
MySQL Performance Metrics in Grafana Technical Documentation
Power BI versus Google Analytics – which one to choose? googleanalytics
Exploring Google Cloud SDK in PowerShell Technical Documentation
How to use Google Cloud SDK in Powershell? 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