I’m facing an issue with uploading large video files (up to 500MB) in a custom LMS app built on the Frappe framework. Here’s what I’ve done so far:
- Configuration Changes:
site_config.json
: Set"max_file_size": "500000000"
- Nginx (
nginx.conf
): Setclient_max_body_size 500m