Skip to content

Commit

Permalink
fix: rclone config wrong url
Browse files Browse the repository at this point in the history
  • Loading branch information
dreulavelle committed Sep 26, 2024
1 parent 81ab4c0 commit 380de87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/services/symlink/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Be sure to add the configuration file to setup Zurg. More information can be fou
```conf title="~/.config/rclone/rclone.conf"
[zurg]
type = webdav
url = http://172.21.0.2:9999/dav
url = http://localhost:9999/dav # Change this to your Zurg URL with `/dav` at the end
vendor = other
pacer_min_sleep = 0
```
Expand Down

0 comments on commit 380de87

Please sign in to comment.