forked from GNUsocial/gnu-social
correct config.php.sample documentation of sendfile
This commit is contained in:
parent
4fe00a3075
commit
2a6b3be4e6
@ -45,7 +45,7 @@ $config['site']['path'] = 'statusnet';
|
|||||||
// lighttpd, nginx), you can enable X-Sendfile support for better
|
// lighttpd, nginx), you can enable X-Sendfile support for better
|
||||||
// performance. Presently, only attachment serving when the site is
|
// performance. Presently, only attachment serving when the site is
|
||||||
// in private mode will use X-Sendfile.
|
// 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
|
// 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
|
// 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:
|
// mod_xsendfile, you can add these to your .htaccess or server config:
|
||||||
|
Loading…
Reference in New Issue
Block a user