Skip to content

Instantly share code, notes, and snippets.

@luisacarrion
Created February 7, 2017 06:12
Show Gist options
  • Save luisacarrion/2cb92ae017c72e80532472d3d3e5e44a to your computer and use it in GitHub Desktop.
Save luisacarrion/2cb92ae017c72e80532472d3d3e5e44a to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk .ebextensions - nginx reload
files:
"/etc/nginx/conf.d/01_proxy.conf":
mode: "000644"
owner: root
group: root
content: |
client_max_body_size 10M;
container_commands:
01_reload_nginx:
command: "sudo service nginx reload"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment