X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=config.php.sample;h=5481ca539e591a10bb1ad0c6d94991bd9aeacb59;hb=6c02c665f2eb38a86b61b8bd89a96e039a023552;hp=75f5c7d557fd7e82d06370b81779111701fffe70;hpb=6ea7e1c06e70b4adb459555336402a284fbe3fda;p=quix0rs-gnu-social.git diff --git a/config.php.sample b/config.php.sample index 75f5c7d557..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: @@ -197,7 +197,7 @@ $config['sphinx']['port'] = 3312; // // $config['twitterimport']['enabled'] = true; -// Twitter OAuth settings +// Twitter OAuth settings. Documentation is at http://apiwiki.twitter.com/OAuth-FAQ // $config['twitter']['consumer_key'] = 'YOURKEY'; // $config['twitter']['consumer_secret'] = 'YOURSECRET';