diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-05-04 14:19:02 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-05-04 14:19:02 -0400 |
commit | 2a6b3be4e6785452d5a6b52706f098ceceddadc3 (patch) | |
tree | 865f73631ee6199ca35c9a1cc47643d4a5d48ae5 /config.php.sample | |
parent | 4fe00a3075c10c5b2168ac2b4996a32055a799ee (diff) |
correct config.php.sample documentation of sendfile
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php.sample b/config.php.sample index 20de7ffed..5481ca539 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: |