Project

General

Profile

Actions

Feature proposal #9638

open

Implement support for XSendfile and X-Accel-Redirect

Added by krileon 5 days ago. Updated 4 days ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
Start date:
26 March 2025
Due date:
% Done:

100%

Estimated time:

Description

The current method for outputting files is considered rather legacy. It can be slow opening files, loading them into memory, then outputting them. With XSendfile (Apache) and X-Accel-Redirect (NGINX) this process can be entirely bypassed to directly call the internally protected files and substantially improve performance.

These however require server setup. So this cannot be enabled by default. Provide a global parameter to toggle this on and include instructions for configuring it. For X-Accel-Redirect a parameter to provide the proectedfiles path will be necessary since it's just an internal alias.

Actions #1

Updated by krileon 4 days ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF