Cannot upload video files? Error "Request Entity Too Large"

False alarm!

I missed the nginx server configuration. I added the following, and it seem to work now.

client_max_body_size 1999M;

2 Likes