diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index 8b692364caa..1f0742c03b5 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -237,7 +237,14 @@ domains work: .. code-block:: terminal - $ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip + # Example with curl + $ https_proxy=$(symfony proxy:url) curl https://my-domain.wip + + # Example with Blackfire and curl + $ https_proxy=$(symfony proxy:url) blackfire curl https://my-domain.wip + + # Example with Cypress + $ https_proxy=$(symfony proxy:url) ./node_modules/bin/cypress open .. note::