Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b196f16

Browse files
committed
minor #17561 Symfony CLI: add wildcard local domain information (jmsche)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Symfony CLI: add wildcard local domain information Commits ------- 2c49be3 Symfony CLI: add wildcard local domain information
2 parents c4de976 + 2c49be3 commit b196f16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup/symfony_server.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,14 @@ new custom domain.
232232
Browse the http://127.0.0.1:7080 URL to get the full list of local project
233233
directories, their custom domains, and port numbers.
234234

235+
You can also add a wildcard domain:
236+
237+
.. code-block:: terminal
238+
239+
$ symfony proxy:domain:attach "*.my-domain"
240+
241+
So it will match all subdomains like ``https://admin.my-domain.wip``, ``https://other.my-domain.wip``...
242+
235243
When running console commands, add the ``https_proxy`` env var to make custom
236244
domains work:
237245

0 commit comments

Comments
 (0)