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