From 2874068b93d8b4e0dfcb36380a1799ae0aed85c8 Mon Sep 17 00:00:00 2001 From: Valerio Ponte Date: Sun, 2 Dec 2012 12:30:26 +0100 Subject: [PATCH] Fixed note and made links anonymous so that they will not throw a warning on make --- admin_manual/xsendfile.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/admin_manual/xsendfile.rst b/admin_manual/xsendfile.rst index a75f22581..9b9db40e5 100644 --- a/admin_manual/xsendfile.rst +++ b/admin_manual/xsendfile.rst @@ -5,11 +5,7 @@ This should generally improve performance of static files serving (web servers a optimized for this) and in some cases permits controlled file serving (i.e. pause and resume downloads). -Notice that currently this feature: - -.. note:: can be activated only for local files, i.e. files inside data directory and local mounts -.. note:: controlled file serving does not work for generated zip files. This is due to how temporary files are created -.. note:: has never been tested under lighttpd but its configuration should be the same as Apache +.. note :: Notice that currently this feature can be activated only for local files, i.e. files inside data directory and local mounts. Controlled file serving does not work for generated zip files. This is due to how temporary files are created. Also it has **never been tested under lighttpd** but its configuration should be the same as Apache Apache2 (X-Sendfile) -------------------- @@ -58,7 +54,7 @@ For versions >=0.10 (e.g. Ubuntu 12.10) Nginx (X-Accel-Redirect) ------------------------ -Nginx supports handling of static files differently from Apache. Documentation can be found `here `_ and `here `_. The header used by Nginx is X-Accel-Redirect. +Nginx supports handling of static files differently from Apache. Documentation can be found `here`__ and `here`__. The header used by Nginx is X-Accel-Redirect. **Intsallation:** @@ -96,3 +92,6 @@ Configuration is similar to Apache How do I know it's working? --------------------------- You are still able to download stuff via the web interface and single, local file downloads can be paused and resumed :-). + +__ http://wiki.nginx.org/XSendfile +__ http://wiki.nginx.org/X-accel