8000 Update symfony_server.rst - proxy env lowercase · symfony/symfony-docs@bc849ca · GitHub
[go: up one dir, main page]

Skip to content

Commit bc849ca

Browse files
committed
Update symfony_server.rst - proxy env lowercase
1 parent 35f6249 commit bc849ca

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)
0