Skip to content

Commit

Permalink
fix: change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddevsr committed Mar 8, 2024
1 parent 6aed088 commit 4d121a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/installation/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Configuration

Open ``php.ini`` or ``xx-opcache.ini`` if you have split INI configuration in PHP, and recommend to set ``opcache.preload=/path/to/preload.php`` and ``opcache.preload_user=myuser``.

.. note:: ``myuser`` is user running in your web server. If you want find location split INI configuration, just run ``php --ini`` or open file ``phpinfo()`` and search *Additional .ini files parsed*.
.. note:: ``myuser`` is user running in your web server. If you want to find the location of the split INI configuration, just run ``php --ini`` or open file ``phpinfo()`` and search *Additional .ini files parsed*.

Make sure you use the appstarter installation. If using manual installation, you must change the directory in ``include`` path.

Expand Down

0 comments on commit 4d121a7

Please sign in to comment.