@@ -110,9 +110,9 @@ words, it does everything for you.
110
110
111
111
If you are doing this in WSL (Windows Subsystem for Linux), the newly created
112
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
113
+ in `` wsl `` at `` ~/.symfony5/certs/default.p12 ` `. The easiest way to do so is to open
114
114
`\\ wsl$\U buntu\h ome\` 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 ` `.
116
116
117
117
Before browsing your local application with HTTPS instead of HTTP, restart its
118
118
server stopping and starting it again.
@@ -231,9 +231,9 @@ If the proxy doesn't work as explained in the following sections, check these:
231
231
* Some Operating Systems (e.g. macOS) don't apply by default the proxy settings
232
232
to local hosts and domains. You may need to remove ``*.local `` and/or other
233
233
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.
237
237
238
238
Defining the Local Domain
239
239
~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments