From 7516673cdf7afe324cd8fd73b228b51108530122 Mon Sep 17 00:00:00 2001 From: Ben Adrian Sarmiento Date: Mon, 23 Oct 2023 00:04:39 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32fabed..ccbdff0 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,9 @@ Together with this `docker-compose.yml` you will need this `rclone.conf` as well ``` [zurg] -type = webdav -url = http://zurg:9999 -vendor = other +type = http +url = http://zurg:9999/http +no_head = false +no_slash = true ```