diff --git a/Documentation.html b/Documentation.html
index e97dbcd00..60a6b8589 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1408,13 +1408,15 @@ ALTER TABLE `pma_column_comments`
href="#servers_allowdeny_order">IP Allow/Deny. This list is by
default empty, you need to fill in some trusted proxy servers if you
want to use rules for IP addresses behind proxy.
- Following example enables use of X-Forwarded-For header for proxy
- 1.2.3.4 and Coming-From header from 5.6.7.8:
-
+ + The following example specifies that phpMyAdmin should trust a + HTTP_X_FORWARDED_FOR (X-Forwared-For) header coming from the proxy 1.2.3.4: ++ The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the + client's IP address as usual.$cfg['TrustedProxies'] = - array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR', - '5.6.7.8' => 'HTTP_COMING_FROM'); -+ array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR'); +