Parcourir la source

apache and cron settings

master
Daniel Covington il y a 2 semaines
Parent
révision
70b659af69
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. +1
    -1
      docker/vhost.conf
  2. +2
    -2
      storage/cron-settings.json

+ 1
- 1
docker/vhost.conf Voir le fichier

@@ -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 Voir le fichier

@@ -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"
}

Chargement…
Annuler
Enregistrer

Powered by TurnKey Linux.