Skip to content

Commit 209d936

Browse files
author
vogelor
committed
set default for rescue module
1 parent d84fa49 commit 209d936

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

install/tpl/server.ini.master

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,10 @@ config_dir=/etc
8484
init_script=cron
8585
crontab_dir=/etc/cron.d
8686
wget=/usr/bin/wget
87+
88+
[rescue]
89+
try_rescue=n
90+
do_not_try_rescue_apache=n
91+
do_not_try_rescue_mysql=n
92+
do_not_try_rescue_mail=n
93+

install/tpl/system.ini.master

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ new_domain_html=Please contact our support to create a new domain for you.
3030

3131
[misc]
3232
dashboard_atom_url=http://www.ispconfig.org/atom
33-
34-
[rescue]
35-
try_rescue=n
36-
do_not_try_rescue_apache=n
37-
do_not_try_rescue_mysql=n
38-
do_not_try_rescue_mail=n
39-

0 commit comments

Comments
 (0)