Skip to content

Commit 9cf6ad3

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: [Symfony CLI] Move "different TLD" block above
2 parents 28196ae + bddefb0 commit 9cf6ad3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup/symfony_cli.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,12 @@ You can also use wildcards:
335335
This allows accessing subdomains like ``https://api.my-app.wip`` or
336336
``https://admin.my-app.wip``.
337337

338+
.. tip::
339+
340+
If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json``
341+
file (where ``~`` means the path to your user directory) and change the
342+
value of the ``tld`` option from ``wip`` to any other TLD.
343+
338344
When running console commands, set the ``https_proxy`` environment variable
339345
to make custom domains work:
340346

@@ -354,12 +360,6 @@ to make custom domains work:
354360
Although environment variable names are typically uppercase, the ``https_proxy``
355361
variable `is treated differently`_ and must be written in lowercase.
356362

357-
.. tip::
358-
359-
If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json``
360-
file (where ``~`` means the path to your user directory) and change the
361-
value of the ``tld`` option from ``wip`` to any other TLD.
362-
363363
.. _symfony-server-docker:
364364

365365
Docker Integration

0 commit comments

Comments
 (0)