Skip to content

Commit 33ea6e8

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Add note about PHP-FPM detection in Symfony local server
2 parents d3dda4c + e45eeaa commit 33ea6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/symfony_cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Enabling PHP-FPM
155155
PHP-FPM must be installed locally for the Symfony server to utilize.
156156

157157
When the server starts, it checks for ``web/index_dev.php``, ``web/index.php``,
158-
``public/app_dev.php``, ``public/app.php`` in that order. If one is found, the
158+
``public/app_dev.php``, ``public/app.php``, ``public/index.php`` in that order. If one is found, the
159159
server will automatically start with PHP-FPM enabled. Otherwise the server will
160160
start without PHP-FPM and will show a ``Page not found`` page when trying to
161161
access a ``.php`` file in the browser.

0 commit comments

Comments
 (0)