浏览代码

apache and cron settings

master
Daniel Covington 2 周前
父节点
当前提交
70b659af69
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      docker/vhost.conf
  2. +2
    -2
      storage/cron-settings.json

+ 1
- 1
docker/vhost.conf 查看文件

@@ -1,5 +1,5 @@
<VirtualHost *:80>
ServerName localhost
ServerName kci.local
DocumentRoot /var/www/html/public

<Directory /var/www/html/public>


+ 2
- 2
storage/cron-settings.json 查看文件

@@ -1,5 +1,5 @@
{
"enabled": true,
"interval_minutes": 5,
"last_run": "2026-05-21 19:33:01"
"interval_minutes": 60,
"last_run": "2026-06-04 13:19:01"
}

正在加载...
取消
保存

Powered by TurnKey Linux.