- Login as root
- Run the command
sudo nano /etc/nginx/nginx.conf - Add the line under http
# set client body size to 64M
client_max_body_size 64M; -
Restart nginx sudo systemctl reload nginx.service
413 (Request Entity Too Large) in nginx
September 17, 2020
Recent Comments