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 35f6249 commit bc849caCopy full SHA for bc849ca
setup/symfony_server.rst
@@ -215,12 +215,12 @@ new custom domain.
215
Browse the http://127.0.0.1:7080 URL to get the full list of local project
216
directories, their custom domains, and port numbers.
217
218
-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
219
domains work:
220
221
.. code-block:: terminal
222
223
- $ 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
224
225
.. tip::
226
0 commit comments