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

I have installed the latest docker version 1.8.1 in Ubuntu 16.04. I am using nginx as a proxy to serve https traffic. Appreciate any comments or suggestions.

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