Created
November 30, 2017 08:41
-
-
Save avtaniket/b91c9358d382b5cc92a3711cae9ba0db to your computer and use it in GitHub Desktop.
AWS EB Nginx Request Entity Too Large
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/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