Sfoglia il codice sorgente

apache and cron settings

master
Daniel Covington 2 settimane fa
parent
commit
70b659af69
2 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. +1
    -1
      docker/vhost.conf
  2. +2
    -2
      storage/cron-settings.json

+ 1
- 1
docker/vhost.conf Vedi File

@@ -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 Vedi File

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

Loading…
Annulla
Salva

Powered by TurnKey Linux.