413 error fix. AWS Elastic Beanstalk. SSH into EC2 instance

Sdílet
Vložit
  • čas přidán 8. 03. 2021
  • SSH into AWS Elastic Beanstalks EC2 instance
    Update nginx.conf file with client_max_body_size 20M to fix 413 error
  • Věda a technologie

Komentáře • 14

  • @pbshiver
    @pbshiver Před rokem +1

    you are a legend thank you so much for this

  • @abdellah2962
    @abdellah2962 Před 2 lety

    Thank you for taking time to make this video . Your solution worked for me .

  • @haykhovhannisyan8457
    @haykhovhannisyan8457 Před 2 lety +1

    Thanks for interesting step by step tutorial. Just in case that after each deployment we should do the same again if no other solution for that.

  • @JS19190
    @JS19190 Před 3 lety +1

    I just wanted to tell you that I tried to fix this exact problem for two days now, and finally - with the help of your video - I was able to solve it. Thanks mate, you're a lifesaver! 🦸‍♂️👍
    Edit: If someone watching this is still having problems, this thread might be helpfull:
    stackoverflow.com/questions/18908426/increasing-client-max-body-size-in-nginx-conf-on-aws-elastic-beanstalk

    • @saganawski
      @saganawski  Před 2 lety

      Glad it helped. Thanks for adding the link too. That should help out others

  • @kairattobokelov3239
    @kairattobokelov3239 Před rokem

    Saved my fucking life!!! Thank you very much!

  • @nicholasmagee6447
    @nicholasmagee6447 Před 2 lety

    I love you.

  • @mathewsxavier1523
    @mathewsxavier1523 Před 2 lety +3

    He forgot to restart nginx, here is the command -> sudo systemctl reload nginx

    • @1990JAF
      @1990JAF Před 2 lety

      Thanks that did it!

  • @jerrynwaeze9269
    @jerrynwaeze9269 Před 2 lety +1

    You forgot to add "sudo service nginx reload" at the end

  • @ashishwaykar2838
    @ashishwaykar2838 Před rokem +1

    these does not works for me
    please help

  • @vikramangadi
    @vikramangadi Před 2 lety

    Is there a way to automate this process?

  • @AlexandrSargsyan
    @AlexandrSargsyan Před 9 měsíci

    Thanks, but after it we need restart nginx
    `sudo systemctl restart nginx`

  • @vickymishra3520
    @vickymishra3520 Před 2 lety

    i need help in aws can you plz help me