Created
February 3, 2022 00:13
-
-
Save thomasnield/843b28ca0ab623ff885fce8526850366 to your computer and use it in GitHub Desktop.
Hello World nginx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get update -y && apt-get upgrade -y | |
apt-get install -y nginx | |
echo "Hello World from " $HOSTNAME | sudo tee -a /var/www/html/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment