Skip to content

Commit 2a85848

Browse files
committed
minor #13578 Update symfony_server.rst - proxy env lowercase (damianz5)
This PR was merged into the 3.4 branch. Discussion ---------- Update symfony_server.rst - proxy env lowercase described in issue: #13577 Commits ------- bc849ca Update symfony_server.rst - proxy env lowercase
2 parents b3b6d81 + bc849ca commit 2a85848

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/symfony_server.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,12 +215,12 @@ new custom domain.
215215
Browse the http://127.0.0.1:7080 URL to get the full list of local project
216216
directories, their custom domains, and port numbers.
217217

218-
When running console commands, add the ``HTTPS_PROXY`` env var to make custom
218+
When running console commands, add the ``https_proxy`` env var to make custom
219219
domains work:
220220

221221
.. code-block:: terminal
222222
223-
$ HTTPS_PROXY=http://127.0.0.1:7080 curl https://my-domain.wip
223+
$ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
224224
225225
.. tip::
226226

0 commit comments

Comments
 (0)