Skip to content

jwood9799/Install-NGINX-in-User-Data-of-an-EC2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Install-NGINX-in-User-Data-of-an-EC2

#!/bin/bash

yum update -y

amazon-linux-extras install nginx1.12

systemctl start nginx

systemctl enable nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published