Request Entity Too Large Error
/etc/nginx/nginx.conf
```sh
client_max_body_size 2M;
```
php.ini
```sh
upload_max_filesize = 5M
```
Revision #1
Created 12 May 2025 09:14:26 by Editor
Updated 12 May 2025 09:14:32 by Editor