8000 minor #14303 Update location of preloading file (nicolas-grekas) · symfony/symfony-docs@3f34894 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3f34894

Browse files
committed
minor #14303 Update location of preloading file (nicolas-grekas)
This PR was submitted for the master branch but it was merged into the 4.4 branch instead. Discussion ---------- Update location of preloading file Follows symfony/symfony#38343 and symfony/recipes#825 Commits ------- 8213d9c Update location of preloading file
2 parents 90dc304 + 8213d9c commit 3f34894

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
@@ -119,7 +119,7 @@ can configure PHP to use this preload file:
119119
.. code-block:: ini
120120
121121
; php.ini
122-
opcache.preload=/path/to/project/src/.preload.php
122+
opcache.preload=/path/to/project/config/preload.php
123123
124124
.. _performance-configure-opcache:
125125

0 commit comments

Comments
 (0)
0