System-Crom verwenden

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

View File

@ -374,5 +374,20 @@ sudo nano /var/www/nextcloud/.user.ini
-> Ändern: -> Ändern:
upload\_max\_file\_size=2048M upload\_max\_file\_size=2048M
post\_max\_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