I'm aware that using PHP for authentication and file transfer can lead to high server loads. Could you consider adding an option for Nginx X-Accel-Redirect or Apache X-Sendfile when they're available? PHP would still handle authentication with the Nginx backend, and then Nginx would return the...