Mount cmd for web server

sorry, cannot help more with this, perhaps post in the jwplayer forum.

can we use multiple domain names in single http remote config file and http cmd line?

For serve http rclone doesn't really care about the domain name.

Or are you talking about an http backend? If so you have to choose one domain. You could join multiple http backends with the union backend though.

Thanks @ncw this help me a lot,
below is my final http cmd

rclone serve http --template templatefile web:web --dir-cache-time 5000h --vfs-cache-mode full --vfs-cache-max-age 150h --vfs-cache-max-size 200G --cache-dir /www/wwwroot/httpcache --log-file /www/wwwroot/http.log --no-seek 

do i need to to add --tpslimit 12 --tpslimit-burst 12 , im using Dropbox as remote, Thnaks

Its probably not a bad idea just to keep dropbox happy. It depends on how much traffic you get, but I think I would put it in.

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