Skip to content

Commit

Permalink
updated folder owner to ec2-user
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-inamdar committed Nov 28, 2018
1 parent 783d57d commit d714bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ files:
destination: /var/www/html
overwrite: true
permissions:
- object: /var/www/html
owner: ec2-user
- object: /var/www/html/bootstrap/cache
group: nginx
mode: 777
- object: /var/www/html/storage
group: nginx
mode: 777
hooks:
AfterInstall:
- location: scripts/AfterInstall.sh
Expand Down

0 comments on commit d714bba

Please sign in to comment.