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'),