Sign in
third-party-mirror
/
terraform-provider-google-beta
/
b9c4dd45f637f009e6ebbee053c562b25e63e4f7
/
.
/
v6.2.0
/
examples
/
content-based-load-balancing
/
scripts
/
install-www.sh
blob: b0722bbe9747df53bdc76841200d0ee6af8f1e6b [
file
] [
log
] [
blame
]
#!/bin/bash -xe
sudo apt
-
get update
sudo apt
-
get install apache2
-
y
sudo a2ensite default
-
ssl
sudo a2enmod ssl
sudo service apache2 restart
echo
'<!doctype html><html><body><h1>www</h1></body></html>'
|
sudo tee
/
var
/
www
/
html
/
index
.
html