From 6ac99bf50f7834d2cced38adf6cd7b3e6f3bcbac Mon Sep 17 00:00:00 2001 From: Hugo Alliaume Date: Tue, 11 Nov 2025 22:15:40 +0100 Subject: [PATCH] [Symfony CLI] Move "different TLD" block above --- setup/symfony_cli.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup/symfony_cli.rst b/setup/symfony_cli.rst index e534f8df538..0fdd5b834e5 100644 --- a/setup/symfony_cli.rst +++ b/setup/symfony_cli.rst @@ -335,6 +335,12 @@ You can also use wildcards: This allows accessing subdomains like ``https://api.my-app.wip`` or ``https://admin.my-app.wip``. +.. tip:: + + If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json`` + file (where ``~`` means the path to your user directory) and change the + value of the ``tld`` option from ``wip`` to any other TLD. + When running console commands, set the ``https_proxy`` environment variable to make custom domains work: @@ -354,12 +360,6 @@ to make custom domains work: Although environment variable names are typically uppercase, the ``https_proxy`` variable `is treated differently`_ and must be written in lowercase. -.. tip:: - - If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json`` - file (where ``~`` means the path to your user directory) and change the - value of the ``tld`` option from ``wip`` to any other TLD. - .. _symfony-server-docker: Docker Integration