From 89a994b12fa5612c9900c650bc5a0d69cabfc1af Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Tue, 11 Jun 2024 23:05:20 -0700 Subject: [PATCH] php.ini: Update opcache.preload to use correct path Signed-off-by: Daniel Lo Nigro --- config/php/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/php/php.ini b/config/php/php.ini index 4d0ad04..f5298a6 100644 --- a/config/php/php.ini +++ b/config/php/php.ini @@ -4,7 +4,7 @@ short_open_tag = Off error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED ; opcache.enable=1 -; opcache.preload=/srv/www/invoiceninja/current/preload.php +; opcache.preload=/var/www/app/preload.php ; opcache.preload_user=www-data ; ; The OPcache shared memory storage size. @@ -18,4 +18,4 @@ error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED post_max_size = 60M upload_max_filesize = 50M -memory_limit=512M \ No newline at end of file +memory_limit=512M