mirror of
https://github.com/symfony/symfony-docs.git
synced 2026-03-24 00:32:14 +01:00
[Symfony CLI] Move "different TLD" block above
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user