Skip to content

Commit 02fc6fd

Browse files
committed
Symfony CLI: fix config directory path
1 parent c4de976 commit 02fc6fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: frontend/encore/dev-server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ server SSL certificate:
7979
+ options.server = {
8080
+ type: 'https',
8181
+ options: {
82-
+ pfx: path.join(process.env.HOME, '.symfony/certs/default.p12'),
82+
+ pfx: path.join(process.env.HOME, '.symfony5/certs/default.p12'),
8383
+ }
8484
+ }
8585
+ })

Diff for: setup/symfony_server.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ domains work:
254254

255255
.. tip::
256256

257-
If you prefer to use a different TLD, edit the ``~/.symfony/proxy.json``
257+
If you prefer to use a different TLD, edit the ``~/.symfony5/proxy.json``
258258
file (where ``~`` means the path to your user directory) and change the
259259
value of the ``tld`` option from ``wip`` to any other TLD.
260260

0 commit comments

Comments
 (0)