Skip to main content

Request Entity Too Large Error

/etc/nginx/nginx.conf

```sh
client_max_body_size 2M;
```

php.ini

```sh
upload_max_filesize = 5M
```