Skip to content

Commit e6a0b03

Browse files
committed
minor symfony#11298 Fix local proxy URI scheme (ZHB)
This PR was merged into the 4.2 branch. Discussion ---------- Fix local proxy URI scheme Commits ------- 9b0819c Fix local proxy URI scheme
2 parents a934c8f + 9b0819c commit e6a0b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup/symfony_server.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ If this is the first time you run the proxy, you must follow these additional st
183183

184184
* Open the **network configuration** of your operating system;
185185
* Find the **proxy settings** and select the **"Automatic Proxy Configuration"**;
186-
* Set the following URL as its value: ``https://127.0.0.1:7080/proxy.pac``
186+
* Set the following URL as its value: ``http://127.0.0.1:7080/proxy.pac``
187187

188188
Defining the Local Domain
189189
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -202,15 +202,15 @@ new custom domain.
202202

203203
.. tip::
204204

205-
Browse the https://127.0.0.1:7080 URL to get the full list of local project
205+
Browse the http://127.0.0.1:7080 URL to get the full list of local project
206206
directories, their custom domains, and port numbers.
207207

208208
When running console commands, add the ``HTTPS_PROXY`` env var to make custom
209209
domains work:
210210

211211
.. code-block:: terminal
212212
213-
$ HTTPS_PROXY=https://127.0.0.1:7080 curl https://my-domain.wip
213+
$ HTTPS_PROXY=http://127.0.0.1:7080 curl https://my-domain.wip
214214
215215
.. tip::
216216

0 commit comments

Comments
 (0)