Skip to content

DevPost

Helper for developer

  • Linux Commands
  • Laravel
  • Homestead
  • WordPress
  • Webmin
Posted on July 13, 2020 by admin

Nginx: 413 – Request Entity Too Large Error and Solution

1. sudo nano /etc/nginx/nginx.conf
2. # set client body size to 20M 
   # Add the following line to http or server or location context
   client_max_body_size 20M;
3. service nginx reload

https://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/

CategoriesHomestead

Post navigation

Previous PostPrevious v-model component + vuex
Next PostNext git restore branch

Categories

  • Amazon (1)
  • Android (2)
  • Apache (10)
  • Cloudflare (1)
  • Composer (3)
  • CSS (4)
  • Design patterns (1)
  • DNS (1)
  • Docker (3)
  • Facebook (2)
  • Firebase (1)
  • Git Commands (9)
  • Google (1)
  • Homestead (6)
  • Laravel (19)
  • Linux Commands (46)
  • MySQL (10)
  • Nginx (5)
  • Node (3)
  • Nuxt (8)
  • Opencart (1)
  • PhP (11)
  • PhpMyAdmin (5)
  • Postman (1)
  • Prestashop (6)
  • SSL (6)
  • Trial (1)
  • UFW (1)
  • Vagrant (4)
  • Vite (1)
  • VueJS (7)
  • Webmin (1)
  • Windows (5)
  • Wordpress (5)
  • Zoho (1)
@All rights reserved to DarFio