From c1c2f849bfcd07470efd4ebb05b431538ef98bcf Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Sat, 12 Dec 2020 13:42:09 -0800 Subject: [PATCH] Rename filer.conf dir https://github.com/chrislusf/seaweedfs/issues/1666 --- Path-Specific-Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Path-Specific-Configuration.md b/Path-Specific-Configuration.md index 0c0065d..3e188c8 100644 --- a/Path-Specific-Configuration.md +++ b/Path-Specific-Configuration.md @@ -7,13 +7,13 @@ This could also be used to implement a system-wide "trash can" (e.g. all deletes ## How it works -On filer, there is one special file, `/etc/filer.conf`. It has all the path-specific configurations. +On filer, there is one special file, `/etc/seaweedfs/filer.conf`. It has all the path-specific configurations. All filers will read this configuration and apply the storage option based on the write target file path. ## How to configure -Here is an example of using `weed shell`. You can also write the `/etc/filer.conf` file directly. All filers will reload this file if it is changed. +Here is an example of using `weed shell`. You can also write the `/etc/seaweedfs/filer.conf` file directly. All filers will reload this file if it is changed. ``` $ weed shell