From: Craig Andrews Date: Tue, 4 May 2010 18:19:02 +0000 (-0400) Subject: correct config.php.sample documentation of sendfile X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2a6b3be4e6785452d5a6b52706f098ceceddadc3;p=quix0rs-gnu-social.git correct config.php.sample documentation of sendfile --- diff --git a/config.php.sample b/config.php.sample index 20de7ffedf..5481ca539e 100644 --- a/config.php.sample +++ b/config.php.sample @@ -45,7 +45,7 @@ $config['site']['path'] = 'statusnet'; // lighttpd, nginx), you can enable X-Sendfile support for better // performance. Presently, only attachment serving when the site is // in private mode will use X-Sendfile. -// $config['site']['X-Sendfile'] = false; +// $config['site']['use_x_sendfile'] = false; // You may also need to enable X-Sendfile support for your web server and // allow it to access files outside of the web root. For Apache with // mod_xsendfile, you can add these to your .htaccess or server config: