Skip to content

Commit 8af4865

Browse files
committed
minor #15035 Make the doc clearer about front controller files checked by Symfony CLI (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Make the doc clearer about front controller files checked by Symfony CLI Closes symfony/cli#416 Commits ------- 79661cc Make the doc clearer
2 parents ee3f665 + 79661cc commit 8af4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/symfony_server.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Enabling PHP-FPM
6464

6565
PHP-FPM must be installed locally for the Symfony server to utilize.
6666

67-
When the server starts it will check for common patterns like ``web/app.php``,
68-
``web/app_dev.php`` or ``public/index.php``. If a file like this is found the
67+
When the server starts, it checks for ``web/index_dev.php``, ``web/index.php``,
68+
``public/app_dev.php``, ``public/app.php`` in that order. If one is found, the
6969
server will automatically start with PHP-FPM enabled. Otherwise the server will
7070
start without PHP-FPM and will show a ``Page not found`` page when trying to
7171
access a ``.php`` file in the browser.

0 commit comments

Comments
 (0)