We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1acc0b commit d9f595fCopy full SHA for d9f595f
frontend/encore/dev-server.rst
@@ -58,9 +58,9 @@ option:
58
59
$ ./node_modules/.bin/encore dev-server --hot
60
61
-If you want to use SSL with self-signed domain, add
62
-the ``--https``, ``--pfx=``, and ``--allowed-hosts``
63
-options to the ``dev-server`` command in the ``package.json`` file:
+If you want to use SSL with self-signed certificates, add the ``--https``,
+``--pfx=``, and ``--allowed-hosts`` options to the ``dev-server`` command in
+the ``package.json`` file:
64
65
.. code-block:: diff
66
0 commit comments