Skip to content

Commit 32d1812

Browse files
authored
Remove mention to Flex
1 parent 392d0d9 commit 32d1812

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deployment/proxies.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,12 @@ and what headers your reverse proxy uses to send information:
9090

9191
.. tip::
9292

93-
In applications using :ref:`Symfony Flex <symfony-flex>` you can set the
94-
``TRUSTED_PROXIES`` env var:
93+
You can set a ``TRUSTED_PROXIES`` env var to configure proxies on a per-environment basis:
9594

9695
.. code-block:: bash
9796
9897
# .env
99-
TRUSTED_PROXIES=127.0.0.1
98+
TRUSTED_PROXIES=127.0.0.1,10.0.0.0/8
10099
101100
.. code-block:: yaml
102101

0 commit comments

Comments
 (0)