Skip to content

Commit 46d8335

Browse files
authored
Update apache_config.sh
1 parent 171c6dd commit 46d8335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22
sudo yum update -y
33
sudo yum install -y httpd.x86_64
4-
sudo yum service httpd start
5-
sudo yum service httpd enable
4+
sudo service httpd start
5+
sudo service httpd enable
66
echo "<h1>Deployed via Terraform</h1>" | yum tee /var/www/html/index.html

0 commit comments

Comments
 (0)