I try to upload a mp4 file ,which is 36M,and get failed.
the nginx setting of cms is 100M,
only the devpi's setting is 30M,
then how to change the cms's upload file size
the following is get by grep "client_max_body_size"
sites-available/forum: client_max_body_size 1M;
sites-available/lms:
client_max_body_size 4M;
sites-available/ora: client_max_body_size
75K;
sites-available/cms: client_max_body_size 100M;