Skip to content

Commit 6342cbd

Browse files
committed
minor #14040 Add note about php-fpm being installed locally (kbond)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead. Discussion ---------- Add note about php-fpm being installed locally I was a little confused about how to get the server to use FPM instead of the PHP's built-in webserver. Commits ------- 9d0312f add note about php-fpm being installed locally
2 parents 38503b1 + 9d0312f commit 6342cbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/symfony_server.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ run the Symfony server in the background:
6060
Enabling PHP-FPM
6161
----------------
6262

63+
.. note::
64+
65+
PHP-FPM must be installed locally for the Symfony server to utilize.
66+
6367
When the server starts it will check for common patterns like ``web/app.php``,
6468
``web/app_dev.php`` or ``public/index.php``. If a file like this is found the
6569
server will automatically start with PHP-FPM enabled. Otherwise the server will

0 commit comments

Comments
 (0)