Skip to content

Commit 04c758d

Browse files
authored
gg
1 parent 37ec380 commit 04c758d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

appspec.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ files:
66
permissions:
77
- object: /var/www/html
88
pattern: "**"
9-
owner: apache
10-
group: apache
9+
owner: ec2-user
10+
group: ec2-user
1111
mode: 755
1212
type:
1313
- file
1414
hooks:
1515
BeforeInstall:
1616
- location: scripts/installapache.sh
17-
runas: root
17+
runas: ec2-user
1818
- location: scripts/startapache.sh
19-
runas: root
19+
runas: ec2-user
2020
AfterInstall:
2121
- location: scripts/restartapache.sh
22-
runas: root
22+
runas: ec2-user

0 commit comments

Comments
 (0)