Conduit file to large to upload

What type of hardware are you using: Old laptop or computer
What YunoHost version are you running: 12.0.16
What app is this about: Conduit

Describe your issue

Hi, I’m trying to increase the allowed upload file size for conduit.

I have edited the conduit.toml file and also the nginx.conf file inside the etc/yunohost/apps/conduit/conf folder (made sure the nginx max is slightly higher than the max size in the conduit file), and reloaded both conduit and nginx (yunohost service reload (service name)).

yet, I still get an error uploading the file of 100 MB while I set the limit in the conduit.toml file up to 500 MB.

otherwise conduit is working fine (files of a small size do get sen through). Any thoughts how I might further debug this?

Share relevant logs or error messages

No logs yet.

Hi @aven

Which conduit.toml did you edit ? /etc/yunohost/apps is the conf folder. As nginx serves files in /var/www/ I think you might edit /var/www/conduit/conduit.toml and /etc/nginx/conf.d/<yourconduitdomain>.d/conduit.conf

1 Like

Hi @otm33

Seems like your solution does work! thank you very much!!

(tried it with another file of 120 MB and that one went through immediatly)

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.