Merge pull request #11047 from nextcloud/typo/config.sample.php

Fix typo in config.sample.php
This commit is contained in:
Roeland Jago Douma 2018-09-04 12:17:07 +02:00 committed by GitHub
commit 419c7071ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1506,7 +1506,7 @@ $CONFIG = array(
* If set incorrectly, a client can spoof their IP address as visible to
* Nextcloud, bypassing access controls and making logs useless!
*
* Defaults to ``'HTTP_X_FORWARED_FOR'``
* Defaults to ``'HTTP_X_FORWARDED_FOR'``
*/
'forwarded_for_headers' => array('HTTP_X_FORWARDED', 'HTTP_FORWARDED_FOR'),