1. Login as root
  2. Run the command
    sudo nano /etc/nginx/nginx.conf
  3. Add the line under http
    # set client body size to 64M
    client_max_body_size 64M;
  4. Restart nginx 
    sudo systemctl reload nginx.service

By toihid

Leave a Reply