1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Set to true the default error code status used

This commit is contained in:
Aurelien Vaillant 2023-08-18 10:35:16 +02:00
parent d7271b65af
commit 9d885a896a

View file

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