diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-09-04 12:17:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-04 12:17:07 +0200 |
commit | 419c7071ffe7b3add4dfce7f0b77b0759252204c (patch) | |
tree | 7d505069ca80c0c3281a8e00387d31e8ff2aa07c | |
parent | adbeb74dc1a938ecb7910c5b09c059049629ec7f (diff) | |
parent | 182636b8094c808688bc22a04e07c597f5d6ad3d (diff) | |
download | nextcloud-server-419c7071ffe7b3add4dfce7f0b77b0759252204c.tar.gz nextcloud-server-419c7071ffe7b3add4dfce7f0b77b0759252204c.zip |
Merge pull request #11047 from nextcloud/typo/config.sample.php
Fix typo in config.sample.php
-rw-r--r-- | config/config.sample.php | 2 |
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'), |