Score:1

alterando client_max_body_size: nginx + beanstalk

in flag

I'm trying the upload limit imposed by NGINX...

I created a proxy.conf file that has:

files:
  "/etc/nginx/nginx.conf" :
    mode: "000777"
    owner: root
    group: root
    content: |
        http {
          client_max_body_size 50M;
        }

in the .platform/nginx/conf.d folder structure.

I deployed the code and I keep getting the error: 413 Request Entity Too Large

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.