User Tools

Site Tools


computing:nextcloud

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:nextcloud [2025/10/25 18:56] oemb1905computing:nextcloud [2025/10/25 18:56] (current) oemb1905
Line 138: Line 138:
 To configure cron to refresh php every 5 minutes: To configure cron to refresh php every 5 minutes:
    
-``` +  ''sudo crontab -e -u www-data'' 
-sudo crontab -e -u www-data +  <MAILTO="email@email.com"> 
-<MAILTO="email@email.com"> +  <*/ *  *  *  * php -f /var/www/html/cron.php > /dev/null 2>&1>
-<*/ *  *  *  * php -f /var/www/html/cron.php > /dev/null 2>&1> +
-```+
      
 To fine tune php: To fine tune php:
computing/nextcloud.txt · Last modified: by oemb1905