Skip to content

Commit 55f21cf

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: [Symfony CLI] Fix daemon deprecated under http
2 parents 65b9f1e + 73daad1 commit 55f21cf

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)