From 10d427b7958e2150beccc8c26428e8700d46aea5 Mon Sep 17 00:00:00 2001 From: Muhamad Surya Iksanudin Date: Tue, 13 Oct 2020 08:23:21 +0700 Subject: [PATCH] fix preload.php path fix preload.php path --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index 580118b673a..a58070569e8 100644 --- a/performance.rst +++ b/performance.rst @@ -116,7 +116,7 @@ can configure PHP to use this preload file: .. code-block:: ini ; php.ini - opcache.preload=/path/to/project/config/preload.php + opcache.preload=/path/to/project/src/.preload.php Use the :ref:`container.preload ` and :ref:`container.no_preload ` service tags to define