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 36727b1 commit cb2aee3Copy full SHA for cb2aee3
setup/symfony_server.rst
@@ -210,12 +210,12 @@ new custom domain.
210
Browse the http://127.0.0.1:7080 URL to get the full list of local project
211
directories, their custom domains, and port numbers.
212
213
-When running console commands, add the ``HTTPS_PROXY`` env var to make custom
+When running console commands, add the ``https_proxy`` env var to make custom
214
domains work:
215
216
.. code-block:: terminal
217
218
- $ HTTPS_PROXY=http://127.0.0.1:7080 curl https://my-domain.wip
+ $ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
219
220
.. tip::
221
0 commit comments