System-Crom verwenden

This commit is contained in:
2017-08-30 12:37:19 +02:00
parent 89e328a0b9
commit b9544ecdbc

View File

@ -376,3 +376,18 @@ sudo nano /var/www/nextcloud/.user.ini
upload\_max\_file\_size=2048M
post\_max\_size=2048M
**System-Cron verwenden**
```xml
sudo -u www-data crontab -e
```
-> Dort einfügen:
```xml
*/15 * * * * php -f /var/www/nextcloud/cron.php
```
* Nextcloud im Browser öffnen
* Unter "Verwaltung" bei "Hintergrund-Aufgaben" zu "Cron" wechseln