From 2bce61df5734c0bd9e19bb911dc17995062e9925 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Sat, 8 Jul 2017 15:29:40 +0100 Subject: [PATCH] Update new readme Former-commit-id: 7bc2df695dcb39b151493b5f2254bfd10478581c [formerly f4ed1d8d2ba99c7053754cb39008e56e073142b6] [formerly ef8a56414e98a243e17d03853d65f427adc72075 [formerly e973fc266c03074394b18c6359d25e502bc38edd]] Former-commit-id: bf9d3af46549c799ade91644527285fbfce49fb7 [formerly bd25d0ea0fed84a4c982857ac7b9abf4602ab372] Former-commit-id: ee50d7ef50e7bcb28f82e22303b7fa6f31c9ec6a --- 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 1ee0eaa0..99c20661 100644 --- a/caddy/filemanager/README_NEW.md +++ b/caddy/filemanager/README_NEW.md @@ -22,7 +22,7 @@ All of the options above are optional. + **baseurl** is the URL where you will access the File Manager interface. Defaults to `/`. + **scope** is the path, relative or absolute, to the directory you want to browse in. Defaults to `./`. -+ **path** is the database path where File Manager will store the settings that aren't included in the Caddyfile. By default, the database will be stored on `.caddy` folder and its name will be an hashed combination of the host and the `baseurl`. It is **highly** recommended to set this option. Otherwise, whenever you change the host or the baseurl, your settings will be lost or you will need to point to the previous database. ++ **path** is the database path where the settings that aren't included in the Caddyfile will be stored. By default, the database will be stored on `.caddy` folder and its name will be an hashed combination of the host and the `baseurl`. It is **highly** recommended to set this option. Otherwise, whenever you change the host or the `baseurl`, your settings will be lost or you will need to point to the previous database. ## Examples