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

Skip to content

Commit cb2aee3

Browse files
authored
Update symfony_server.rst - proxy env lowercase
1 parent 36727b1 commit cb2aee3

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
@@ -210,12 +210,12 @@ new custom domain.
210210
Browse the http://127.0.0.1:7080 URL to get the full list of local project
211211
directories, their custom domains, and port numbers.
212212

213-
When running console commands, add the ``HTTPS_PROXY`` env var to make custom
213+
When running console commands, add the ``https_proxy`` env var to make custom
214214
domains work:
215215

216216
.. code-block:: terminal
217217
218-
$ HTTPS_PROXY=http://127.0.0.1:7080 curl https://my-domain.wip
218+
$ https_proxy=http://127.0.0.1:7080 curl https://my-domain.wip
219219
220220
.. tip::
221221

0 commit comments

Comments
 (0)
0