Created
October 13, 2016 07:55
-
-
Save huawww/f8536e3fa74023278e831f69f482a189 to your computer and use it in GitHub Desktop.
.ebextensions/01_files.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
files: | |
"/etc/nginx/conf.d/proxy.conf" : | |
mode: "000755" | |
owner: root | |
group: root | |
content: | | |
client_max_body_size 100M; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment