Clear the config panel file

This commit is contained in:
Aurelien Vaillant 2023-08-17 18:02:02 +02:00
parent 1b4c09bc1d
commit 9e6f1621b4

View file

@ -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"