-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapNice to haveenhancementfeature: filesystem
Description
From what I could observe, Nextcloud uses PHP to send the stored files to the client, which can easily time out for huge files, use a lot of RAM and is generally slower especially on low powered or older servers.
It would be great to have an option to use X-Accel-Redirect (Nginx) or X-Sendfile (Apache) when possible to take advantage of the web server's optimised native capabilities.
It might not be possible to use it for encrypted storages or remote storages, but it would greatly reduce the stress on the server for local files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapNice to haveenhancementfeature: filesystem