Created
June 4, 2019 06:14
-
-
Save nathenharvey/c2bebc9a192fd208fc720f823545ee6f to your computer and use it in GitHub Desktop.
nginx startup script
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
#! /bin/bash | |
apt-get update | |
apt-get install -y nginx | |
service nginx start | |
sed -i -- 's/nginx/Google Cloud Platform - '"$HOSTNAME"'/' /var/www/html/index.nginx-debian.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment