# Request Entity Too Large Error

/etc/nginx/nginx.conf

```sh  
client\_max\_body\_size 2M;  
```

php.ini

```sh  
upload\_max\_filesize = 5M  
```