mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update config_panel.toml
Tweak the help message Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
66249120de
commit
060e15e365
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ name = "My Webapp configuration"
|
||||||
ask = "Activate the custom error file use"
|
ask = "Activate the custom error file use"
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
default = false
|
default = false
|
||||||
help = "When you enable this, you can add/create a custom `404.html` file in a directory `www\\error`."
|
help = "Once custom error enabled, you can add/create a custom `404.html` file in a directory `www\\error`."
|
||||||
|
|
||||||
[main.php_fpm_config]
|
[main.php_fpm_config]
|
||||||
name = "PHP-FPM configuration"
|
name = "PHP-FPM configuration"
|
||||||
|
|
Loading…
Add table
Reference in a new issue