From 417b0072bb2c106dead4edc77299e72d4c436230 Mon Sep 17 00:00:00 2001
From: Philipp <admin@philipp.info>
Date: Thu, 23 Jun 2022 23:24:15 +0200
Subject: [PATCH] Move documentation :-)

---
 static/defaults.config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/defaults.config.php b/static/defaults.config.php
index ff0bcd3eb5..8b2b223f6f 100644
--- a/static/defaults.config.php
+++ b/static/defaults.config.php
@@ -635,7 +635,7 @@ return [
 	'proxy' => [
 		// forwarded_for_headers (String)
 		// A comma separated list of all allowed header values to retrieve the real client IP
-		// Beware: This list is ordered
+		// The headers are evaluated in order.
 		'forwarded_for_headers' => 'HTTP_X_FORWARDED_FOR',
 
 		// trusted_proxies (String)
-- 
2.39.5