Skip to content

Commit d7aa5f8

Browse files
committed
Reword
1 parent 4773ce0 commit d7aa5f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/web_server_configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ directive to pass requests for PHP files to PHP FPM:
9797
9898
.. note::
9999

100-
If you run Apache via ``mod_php`` without using PHP-FPM, you can run
100+
If you are doing some quick tests with Apache, you can also run
101101
``composer require symfony/apache-pack``. This package creates an ``.htaccess``
102-
file in the ``public/`` directory with the rewrite rules needed to serve the
103-
Symfony application. In production, move these rules to the main Apache
104-
configuration file to improve performance.
102+
file in the ``public/`` directory with the necessary rewrite rules needed to serve
103+
the Symfony application. However, in production, it's recommended to move these
104+
rules to the main Apache configuration file (as shown above) to improve performance.
105105

106106
Nginx
107107
-----

0 commit comments

Comments
 (0)