diff options
| author | Weihao Jiang <weihau.chiang@gmail.com> | 2025-03-18 14:01:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 23:01:26 -0700 |
| commit | 75ef3245334f12e0b3b420ba29aeea091b7d9afa (patch) | |
| tree | 701e218df2762f489c9e2e275534f3177eba6c00 /weed/command/filer.go | |
| parent | 5ab04e1bafc24b6f895d63ff9a2db426f3d7ef27 (diff) | |
| download | seaweedfs-75ef3245334f12e0b3b420ba29aeea091b7d9afa.tar.xz seaweedfs-75ef3245334f12e0b3b420ba29aeea091b7d9afa.zip | |
Allow standalone webdav server to bind specific address (#6403)
* Allow standalone webdav to bind specific address
* Rename bindIp to ipBind
* Bind embedded webdav IP to its parent
Diffstat (limited to 'weed/command/filer.go')
| -rw-r--r-- | weed/command/filer.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/filer.go b/weed/command/filer.go index b7f67ea3b..d763c7f3c 100644 --- a/weed/command/filer.go +++ b/weed/command/filer.go @@ -209,6 +209,7 @@ func runFiler(cmd *Command, args []string) bool { if *filerStartWebDav { filerWebDavOptions.filer = &filerAddress + filerWebDavOptions.ipBind = f.bindIp if *filerWebDavOptions.disk == "" { filerWebDavOptions.disk = f.diskType |
