Skip to content

Commit 23383a2

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Make the doc clearer
2 parents 9b0de52 + 8af4865 commit 23383a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/symfony_server.rst

Lines changed: 2 additions & 2 deletions
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)