Skip to content
Discussion options

You must be logged in to vote

just wanted to update this thread as i found the issue and it may be helpful for anyone else. basically we knew it wasnt teldrive and we suspected rclone but it seemed to be doing this even when using the web ui.
it turned out to be my reverse proxy nginx that was caching uploads before sending them to teldrive so it would happen in the web ui or rclone.
i added these lines to my nginx config to disable this for teldrive
proxy_request_buffering off;
proxy_buffering off;
client_max_body_size 0;

fixed the issue and made uploads faster too since i dont have to upload to nginx first.
if using a reverse proxy make sure its configured correctly

thanks for all the help and support trying to figu…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@iwconfig
Comment options

Answer selected by thri1hous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants