Im getting a an error in my nginx error log. Im trying to add increase file size by adding a folder called .ebextensions and adding a file called 01_files.config. something to do with the http {} im not really sure how to update this file to make it work!! thanks!!
In my 01_files.config
files:
"/etc/nginx/conf.d/proxy.conf" :
mode: "000755"
owner: root
group: root
content: |
http {
client_max_body_size 20M;
}
service nginx reload