Skip to content

Commit e5a9f0c

Browse files
authored
fix backticks
1 parent 3c0fa3b commit e5a9f0c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup/symfony_server.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ words, it does everything for you.
110110

111111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112112
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
113+
in ``wsl`` at ``~/.symfony5/certs/default.p12``. The easiest way to do so is to open
114114
`\\wsl$\Ubuntu\home\` in `Explorer` and then navigate through your username to
115-
`.symfony/certs` and double-click the `default.p12`.
115+
`.symfony/certs` and double-click the ``default.p12``.
116116

117117
Before browsing your local application with HTTPS instead of HTTP, restart its
118118
server stopping and starting it again.
@@ -231,9 +231,9 @@ If the proxy doesn't work as explained in the following sections, check these:
231231
* Some Operating Systems (e.g. macOS) don't apply by default the proxy settings
232232
to local hosts and domains. You may need to remove ``*.local`` and/or other
233233
IP addresses from that list.
234-
* Windows Operating System **requires** `localhost` instead of `127.0.0.1` when
235-
configuring automatic proxy, otherwise you won't be able to access your local
236-
domain from your browser running in Windows.
234+
* 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.
237237

238238
Defining the Local Domain
239239
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)