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

Revert the default value, set to false

This commit is contained in:
Aurelien Vaillant 2023-08-21 15:50:54 +02:00
parent c1c68f9463
commit 66249120de

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