8000 fix preload.php path · ad3n/symfony-docs@10d427b · GitHub
[go: up one dir, main page]

Skip to content

Commit 10d427b

Browse files
authored
fix preload.php path
fix preload.php path
1 parent 019b84e commit 10d427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ can configure PHP to use this preload file:
116116
.. code-block:: ini
117117
118118
; php.ini
119-
opcache.preload=/path/to/project/config/preload.php
119+
opcache.preload=/path/to/project/src/.preload.php
120120
121121
Use the :ref:`container.preload <dic-tags-container-preload>` and
122122
:ref:`container.no_preload <dic-tags-container-nopreload>` service tags to define

0 commit comments

Comments
 (0)
0