File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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+
338344When running console commands, set the ``https_proxy `` environment variable
339345to 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
365365Docker Integration
You can’t perform that action at this time.
0 commit comments