Skip to content

Instantly share code, notes, and snippets.

@nicosingh
Created January 12, 2022 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicosingh/f8c00df66690419f547a64ef88871152 to your computer and use it in GitHub Desktop.
Save nicosingh/f8c00df66690419f547a64ef88871152 to your computer and use it in GitHub Desktop.
#!/bin/bash
amazon-linux-extras install nginx1 -y
chkconfig nginx on
service nginx start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment