diff --git a/README.md b/README.md index a42af71..35bd1a2 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ Run after install ./occ config:system:set maintenance_window_start --type=integer --value=1 +Add this in dokku nginx + + rewrite ^/\.well-known/carddav https://$server_name/remote.php/dav/ permanent; + rewrite ^/\.well-known/caldav https://$server_name/remote.php/dav/ permanent; + Add this in crontab dokku enter cloud web su -l -s /bin/bash - www-data -c "cd html && php -dmemory_limit=-1 ./occ app:update --all"