From 182636b8094c808688bc22a04e07c597f5d6ad3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Tue, 4 Sep 2018 11:18:10 +0200 Subject: [PATCH] Fix typo in config.sample.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 8677ef1bcf..874fbc04e5 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'),