From b6736f08f36d9396f283a36174b7bcd0a50a61bf Mon Sep 17 00:00:00 2001 From: josh4trunks Date: Sat, 22 Mar 2014 12:10:51 -0700 Subject: [PATCH] Updated Zip generation wording --- admin_manual/configuration/xsendfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration/xsendfile.rst b/admin_manual/configuration/xsendfile.rst index cbf8c0e01..93e6fe49c 100644 --- a/admin_manual/configuration/xsendfile.rst +++ b/admin_manual/configuration/xsendfile.rst @@ -5,7 +5,7 @@ This should generally improve performance (web servers are optimized for this) a file serving (i.e. pause and resume downloads). .. note :: This feature can currently only be activated for local files, i.e. files inside the **data/** directory and local mounts. It also does not work with the Encryption App enabled. -Controlled file serving **does not work for generated zip files**. This is due to how temporary files are created. +Controlled file serving **does not work for generated zip files**. This is due to zip files being generated and streamed back directly to the client. Apache2 (X-Sendfile) --------------------