Skip to content

Commit 239ee6b

Browse files
committed
Fix domains config
1 parent c387352 commit 239ee6b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup/symfony_server.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,10 @@ There are several options that you can set using a ``.symfony.local.yaml`` confi
297297
.. code-block:: yaml
298298
299299
# Sets domain1.wip and domain2.wip for the current project
300-
domains:
301-
- domain1
302-
- domain2
300+
proxy:
301+
domains:
302+
- domain1
303+
- domain2
303304
304305
http:
305306
document_root: public/ # Path to the project document root

0 commit comments

Comments
 (0)