Skip to content

Commit 20ecff7

Browse files
committed
Merge branch '4.2'
* 4.2: [Flex] Tell that `var/logs/` directory was renamed Fix local proxy URI scheme
2 parents b5c657d + 78d3121 commit 20ecff7

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

setup/flex.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ manual steps:
270270
#. Remove the ``bin/symfony_requirements`` script and if you need a replacement
271271
for it, use the new `Symfony Requirements Checker`_.
272272

273+
#. Update the ``.gitignore`` file to replace the existing ``var/logs/`` entry
274+
by ``var/log/``, which is the new name for the log directory.
275+
273276
Customizing Flex Paths
274277
----------------------
275278

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)