Skip to content

Commit 06a3659

Browse files
authored
proof read fixes
1 parent 7142454 commit 06a3659

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

setup/symfony_server.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,11 @@ words, it does everything for you.
109109
.. tip::
110110

111111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112-
local certificate authority needs to be imported in Windows. The file is located
113-
in ``wsl`` at ``~/.symfony5/certs/default.p12``. The easiest way to do so is to open
114-
``\\wsl$\Ubuntu\home\`` in ``Explorer`` and then navigate through your username to
115-
``.symfony/certs`` and double-click the ``default.p12``.
112+
local certificate authority needs to be manually imported in Windows. The file
113+
is located in ``wsl`` at ``~/.symfony5/certs/default.p12``. The easiest way to
114+
do so is to open ``\\wsl$\Ubuntu\home\`` in ``Explorer`` and then navigate
115+
through your username to ``.symfony/certs`` and double-click the ``default.p12``
116+
file.
116117

117118
Before browsing your local application with HTTPS instead of HTTP, restart its
118119
server stopping and starting it again.
@@ -232,8 +233,8 @@ If the proxy doesn't work as explained in the following sections, check these:
232233
to local hosts and domains. You may need to remove ``*.local`` and/or other
233234
IP addresses from that list.
234235
* Windows Operating System **requires** ``localhost`` instead of ``127.0.0.1``
235-
when configuring automatic proxy, otherwise you won't be able to access your
236-
local domain from your browser running in Windows.
236+
when configuring the automatic proxy, otherwise you won't be able to access
237+
your local domain from your browser running in Windows.
237238

238239
Defining the Local Domain
239240
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)