Browse Source

crontab explain

Root srvweb 5 years ago
parent
commit
b4a4a15577
1 changed files with 14 additions and 0 deletions
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -24,6 +24,20 @@ Change paramètre in config.yaml Make sure the consistency between:
  
  
 Make sure the "files" directory is writable
 Make sure the "files" directory is writable
 
 
+### Crontab
+
+By default the expired files this deletes with visits to the homepage. But you can delete them by cron job:
+
+    10	0	*	*	*	/var/www/dl.zici.fr/cron.php
+
+In config.yaml change
+
+    expireCron: web
+        
+to 
+
+    expireCron: cli
+
 ## Changelog
 ## Changelog
 
 
  - futur
  - futur