Skip to content

Commit ac4ebda

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: [Symfony CLI] Fix daemon deprecated under http
2 parents 35ea6df + 7e052b9 commit ac4ebda

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)