Skip to content

Commit 48c1dbd

Browse files
committed
minor #21266 Add note about PHP-FPM detection in Symfony local server (mehdimays)
This PR was submitted for the 7.3 branch but it was merged into the 6.4 branch instead. Discussion ---------- Add note about PHP-FPM detection in Symfony local server <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 9b45a86 Add note about PHP-FPM detection in Symfony local server
2 parents 3e180f7 + 9b45a86 commit 48c1dbd

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)