Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Nexcloud] Workaround for hanging contacts app
See nextcloud/server#33048 for more background. In a Nutshell: * The contacts app makes many requests to load contact images like `/remote.php/dav/addressbooks/users/<user>/<Addressbook>/<contact-uid>.vcf?photo=` * The `ProxyErrorOverride` config in Uberspace accounts hides the 404 error thrown by Nextcloud and opens the configured `ErrorDocument` from `.htaccess` * The default error document redirects the user to the Nextcloud start page (Dashboard) * This means a lot of requests are made at once to load the Nextcloud dashboard which can lead to a completely hung up Nextcloud instance until restarting the PHP service with `uberspace tools restart php`
- Loading branch information