From 9e6f1621b41de675962711acdd8fc08cb6615fb3 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 17 Aug 2023 18:02:02 +0200 Subject: [PATCH] Clear the config panel file --- config_panel.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 48c03ed..812f02e 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -25,13 +25,7 @@ name = "My Webapp configuration" ask = "Activate the custom error file use" type = "boolean" default = false - help = "you enable this, you can create a custom `404.html` file at the root of your app to act as the custom 404 error page" - - # [main.code_error.path_folder] - # ask = "Specifie folder where your error file are sto" - # type = "string" - # default = "/" - # help = "You can set where your error file are store in your www folder." + help = "When you enable this, you can add/create a custom `404.html` file in a directory `www\\error`." [main.php_fpm_config] name = "PHP-FPM configuration"