Skip to content

Commit 4244dff

Browse files
committed
[Symfony CLI] Fix daemon deprecated under http
1 parent 2e76301 commit 4244dff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup/symfony_cli.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,9 @@ The ``.symfony.local.yaml`` file provides advanced configuration options:
580580
p12: path/to/custom-cert.p12
581581
# toggle GZIP compression
582582
use_gzip: true
583-
# run the server in the background
584-
daemon: true
583+
584+
# run the server in the background
585+
daemon: true
585586
586587
.. warning::
587588

0 commit comments

Comments
 (0)