Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions setup/symfony_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
Expand Down