Skip to content

Instantly share code, notes, and snippets.

@cheapsteak
Created May 18, 2016 21:45
Show Gist options
  • Select an option

  • Save cheapsteak/8703988c3ec251efc0aee98d252a546c to your computer and use it in GitHub Desktop.

Select an option

Save cheapsteak/8703988c3ec251efc0aee98d252a546c to your computer and use it in GitHub Desktop.

root of project directory: .ebextensions/nginx.conf

files:
    "/etc/nginx/conf.d/proxy.conf" :
        mode: "000755"
        owner: root
        group: root
        content: |
           client_max_body_size 2M;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment