Prevent potential issues with calendar and contact sync by redirecting
well-known URLs.
- Add rewrite rules for .well-known/carddav to redirect to
remote.php/dav
- Add rewrite rules for .well-known/caldav to redirect to remote.php/dav
- Update README with instructions to add these rewrite rules in Dokku
Nginx configuration
Signed-off-by: Glenn <glenux@glenux.net>
Improves clarity and accuracy of setup instructions to prevent misconfiguration during deployment.
* Add explicit commands for setting file lock timeout and chunk size using `./occ`.
* Include command for setting maintenance window start time to ensure proper scheduling.
* Remove redundant and incorrect command comments to prevent confusion.
Signed-off-by: Glenn <glenux@glenux.net>
Without this change, file uploads could fail due to insufficient timeout settings, chunk size limits, and maximum body size restrictions.
* Change the order of arguments for setting lock timeout to match expected format
* Add configuration setting for max chunk size to 20971520 bytes
* Increase Nginx client max body size to 500m to accommodate larger file uploads
Signed-off-by: Glenn <glenux@glenux.net>