From 9d885a896aeb5695f27ffc7e0c9640b440a77e71 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Fri, 18 Aug 2023 10:35:16 +0200 Subject: [PATCH] Set to true the default error code status used --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 812f02e..cfc6f87 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 = false + default = true help = "When you enable this, you can add/create a custom `404.html` file in a directory `www\\error`." [main.php_fpm_config]