From 9d0312f2a6b8f4c8d30b37fe0ca5a3442b075324 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Fri, 7 Aug 2020 19:00:02 -0400 Subject: [PATCH] add note about php-fpm being installed locally --- setup/symfony_server.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/symfony_server.rst b/setup/symfony_server.rst index ef12d207d4d..58a58ceb091 100644 --- a/setup/symfony_server.rst +++ b/setup/symfony_server.rst @@ -60,6 +60,10 @@ run the Symfony server in the background: Enabling PHP-FPM ---------------- +.. note:: + + PHP-FPM must be installed locally for the Symfony server to utilize. + When the server starts it will check for common patterns like ``web/app.php``, ``web/app_dev.php`` or ``public/index.php``. If a file like this is found the server will automatically start with PHP-FPM enabled. Otherwise the server will