From 8213d9c63d738c95fbf62eba3f6e0fa334aecb0e Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Tue, 29 Sep 2020 11:56:42 +0200 Subject: [PATCH] Update location of preloading file --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 74eb7222034..78f7e2cd83e 100644 --- a/performance.rst +++ b/performance.rst @@ -119,7 +119,7 @@ can configure PHP to use this preload file: .. code-block:: ini ; php.ini - opcache.preload=/path/to/project/src/.preload.php + opcache.preload=/path/to/project/config/preload.php .. _performance-configure-opcache: