aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-10-01 12:11:21 +0200
committerGitHub <noreply@github.com>2018-10-01 12:11:21 +0200
commit8096ad5010ae931a59e5f51c53962cfbdd08b125 (patch)
tree3c519f966cbd6469e9e5883933c87820c950138b
parent7529d43e7e7a146a0638f518bed0908d9937f80d (diff)
parentf5851cda80924e8191f873e414a9430e13c26ba7 (diff)
downloadnextcloud-server-8096ad5010ae931a59e5f51c53962cfbdd08b125.tar.gz
nextcloud-server-8096ad5010ae931a59e5f51c53962cfbdd08b125.zip
Merge pull request #11488 from nextcloud/backport/11047/typo-config-sample
[stable14] Fix typo in config.sample.php
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 8677ef1bcf3..874fbc04e50 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -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'),