Skip to content

Commit 79661cc

Browse files
committed
Make the doc clearer
1 parent d375f44 commit 79661cc

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)