mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-01 19:57:10 +01:00
Merge pull request #587 from Daniel15/patch-1
php.ini: Update opcache.preload example to use correct path
This commit is contained in:
@@ -4,7 +4,7 @@ short_open_tag = Off
|
|||||||
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED
|
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING & ~E_STRICT & ~E_DEPRECATED
|
||||||
|
|
||||||
; opcache.enable=1
|
; opcache.enable=1
|
||||||
; opcache.preload=/srv/www/invoiceninja/current/preload.php
|
; opcache.preload=/var/www/app/preload.php
|
||||||
; opcache.preload_user=www-data
|
; opcache.preload_user=www-data
|
||||||
|
|
||||||
; ; The OPcache shared memory storage size.
|
; ; 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
|
post_max_size = 60M
|
||||||
upload_max_filesize = 50M
|
upload_max_filesize = 50M
|
||||||
memory_limit=512M
|
memory_limit=512M
|
||||||
|
|||||||
Reference in New Issue
Block a user