From 49d20606286ea7023fbb74f73518b772837ddf14 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Tue, 18 Jul 2017 08:49:53 +0100 Subject: [PATCH] Update README_NEW.md --- caddy/filemanager/README_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/filemanager/README_NEW.md b/caddy/filemanager/README_NEW.md index dd1ab150..92b87cf8 100644 --- a/caddy/filemanager/README_NEW.md +++ b/caddy/filemanager/README_NEW.md @@ -28,7 +28,7 @@ By default the database will be stored on [`.caddy`][5] directory, in a sub-dire If you don't set a database path, you will receive a warning like this: -> [WARNING] A database is going to be created for your File Manager instace at C:\Users\xxxxx\.caddy\filemanager\xxxxxxxxxx.db. It is highly recommended that you set the 'database' option to 'xxxxxxxxxx.db' +> [WARNING] A database is going to be created for your File Manager instace at ~/.caddy/filemanager/xxx.db. It is highly recommended that you set the 'database' option to 'xxx.db' Why? If you don't set a database path and you change the host or the base URL, your settings will be reseted. So it is *highly* recommended to set this option.