typo
This commit is contained in:
@@ -1410,7 +1410,7 @@ ALTER TABLE `pma_column_comments`
|
|||||||
want to use rules for IP addresses behind proxy.<br /><br />
|
want to use rules for IP addresses behind proxy.<br /><br />
|
||||||
|
|
||||||
The following example specifies that phpMyAdmin should trust a
|
The following example specifies that phpMyAdmin should trust a
|
||||||
HTTP_X_FORWARDED_FOR (<tt>X-Forwared-For</tt>) header coming from the proxy 1.2.3.4:
|
HTTP_X_FORWARDED_FOR (<tt>X-Forwarded-For</tt>) header coming from the proxy 1.2.3.4:
|
||||||
<pre>
|
<pre>
|
||||||
$cfg['TrustedProxies'] =
|
$cfg['TrustedProxies'] =
|
||||||
array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');
|
array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');
|
||||||
|
Reference in New Issue
Block a user