We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f2e5a6 commit ae927c9Copy full SHA for ae927c9
setup/symfony_server.rst
@@ -237,7 +237,14 @@ domains work:
237
238
.. code-block:: terminal
239
240
- $ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
+ # Example with curl
241
+ $ https_proxy=$(symfony proxy:url) curl https://my-domain.wip
242
+
243
+ # Example with Blackfire and curl
244
+ $ https_proxy=$(symfony proxy:url) blackfire curl https://my-domain.wip
245
246
+ # Example with Cypress
247
+ $ https_proxy=$(symfony proxy:url) ./node_modules/bin/cypress open
248
249
.. note::
250
0 commit comments