mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-22 19:44:04 +08:00
19 lines
733 B
XML
19 lines
733 B
XML
<!--#start 60 -->
|
|
<!--#include etc/vh_db.xml -->
|
|
{{if $win}}
|
|
<!--#include etc/dbadmin.xml -->
|
|
{{/if}}
|
|
<config>
|
|
<vhs>
|
|
<api name='cron' file='bin/cron.{{$dso_ext}}' life_time='60'></api>
|
|
<env dev='{{$dev}}'/>
|
|
<!-- old style -->
|
|
<vh_templete name='html' inherit='0' fflow='1' index='index.html,index.htm' log_mkdir='1' logs_day='{{$setting.logs_day}}' log_rotate_time='0 0 * * *' log_file='/nolog' app_share='0'>
|
|
<init_event event='vhost.whm:init_vh' />
|
|
<destroy_event event='vhost.whm:destroy_vh'/>
|
|
</vh_templete>
|
|
<!-- new module style -->
|
|
<vh_templete name='easypanel' inherit='0' fflow='1' log_mkdir='1' logs_day='{{$setting.logs_day}}' log_rotate_time='0 0 * * *' log_file='/nolog' app_share='0'>
|
|
</vh_templete>
|
|
</vhs>
|
|
</config>
|