We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4ca16a + 1a21919 commit dda9e88Copy full SHA for dda9e88
components/http_foundation/trusting_proxies.rst
@@ -24,6 +24,12 @@ your proxy.
24
25
// only trust proxy headers coming from this IP addresses
26
Request::setTrustedProxies(array('192.0.0.1', '10.0.0.0/8'));
27
+
28
+.. note::
29
30
+ When using Symfony's internal reverse proxy (``AppCache.php``) make sure to add
31
+ ``127.0.0.1`` to the list of trusted proxies.
32
33
34
Configuring Header Names
35
------------------------
0 commit comments