Skip to content

Commit

Permalink
add .ebextensions to be able to copy it up to the snippet-base
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Spector committed Feb 25, 2016
1 parent 35e623c commit 87a5e0c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ebextensions/custom.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
files:
"/etc/nginx/conf.d/proxy.conf" :
mode: "000755"
owner: root
group: root
content: |
client_max_body_size 10M;

0 comments on commit 87a5e0c

Please sign in to comment.