From 0bfbe0e49f7fc77abfe7bb5d92c72dbdf6742204 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 12 May 2020 15:36:28 +0200 Subject: Nextcloud: Better separation between code/data/logs/cache. Also, update baseline to Debian 10 (codename Buster) and deploy a local Redis instance for Transactional File Locking https://docs.nextcloud.com/server/18/admin_manual/configuration_server/caching_configuration.html#id2 --- roles/nextcloud/files/etc/cron.d/nextcloud | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/nextcloud/files/etc/cron.d/nextcloud') diff --git a/roles/nextcloud/files/etc/cron.d/nextcloud b/roles/nextcloud/files/etc/cron.d/nextcloud index 8bd7d86..681cd43 100644 --- a/roles/nextcloud/files/etc/cron.d/nextcloud +++ b/roles/nextcloud/files/etc/cron.d/nextcloud @@ -1,2 +1,2 @@ MAILTO=root -*/15 * * * * www-data php -f /var/www/nextcloud/cron.php +*/5 * * * * www-data php -f /usr/local/share/nextcloud/cron.php -- cgit v1.2.3