From 66249120ded202a122310a931f53026a0bbe0e29 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Mon, 21 Aug 2023 15:50:54 +0200 Subject: [PATCH] Revert the default value, set to false --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index cfc6f87..812f02e 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -24,7 +24,7 @@ name = "My Webapp configuration" [main.code_error.custom_error_file] ask = "Activate the custom error file use" type = "boolean" - default = true + default = false help = "When you enable this, you can add/create a custom `404.html` file in a directory `www\\error`." [main.php_fpm_config]