Skip to content

Commit c9d1d51

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Fix wrong link for https_proxy in lowercase explaination
2 parents 15bd405 + 16f8e1e commit c9d1d51

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
@@ -266,7 +266,7 @@ domains work:
266266
# Example with Cypress
267267
$ https_proxy=$(symfony proxy:url) ./node_modules/bin/cypress open
268268
269-
.. note::
269+
.. caution::
270270

271271
Although env var names are always defined in uppercase, the ``https_proxy``
272272
env var `is treated differently`_ than other env vars and its name must be
@@ -530,5 +530,5 @@ help debug any issues.
530530
.. _`Proxy settings in Windows`: https://www.dummies.com/computers/operating-systems/windows-10/how-to-set-up-a-proxy-in-windows-10/
531531
.. _`Proxy settings in macOS`: https://support.apple.com/guide/mac-help/enter-proxy-server-settings-on-mac-mchlp2591/mac
532532
.. _`Proxy settings in Ubuntu`: https://help.ubuntu.com/stable/ubuntu-help/net-proxy.html.en
533-
.. _`is treated differently`: https://ec.haxx.se/usingcurl/usingcurl-proxies#http_proxy-in-lower-case-only
533+
.. _`is treated differently`: https://superuser.com/a/1799209
534534
.. _`Docker compose CLI env var reference`: https://docs.docker.com/compose/reference/envvars/

0 commit comments

Comments
 (0)