We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4de976 commit 2c49be3Copy full SHA for 2c49be3
setup/symfony_server.rst
@@ -232,6 +232,14 @@ new custom domain.
232
Browse the http://127.0.0.1:7080 URL to get the full list of local project
233
directories, their custom domains, and port numbers.
234
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
243
When running console commands, add the ``https_proxy`` env var to make custom
244
domains work:
245
0 commit comments