blob: 7f40a8b34f5e993941081ed0b1a2f0c8a9f0bef0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
files:
"/etc/nginx/conf.d/proxy.conf":
mode: "000755"
owner: root
group: root
content: |
client_max_body_size 50M;
"/opt/elasticbeanstalk/hooks/appdeploy/post/init.sh":
mode: "000755"
owner: root
group: root
content: |
#!/usr/bin/env bash
gpasswd -a ec2-user docker
|