summaryrefslogtreecommitdiffstats
path: root/opcache.ini
diff options
context:
space:
mode:
Diffstat (limited to 'opcache.ini')
-rw-r--r--opcache.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcache.ini b/opcache.ini
index ef6e0e0..4a9ac5c 100644
--- a/opcache.ini
+++ b/opcache.ini
@@ -63,7 +63,7 @@ opcache.fast_shutdown=1
; The location of the OPcache blacklist file (wildcards allowed).
; Each OPcache blacklist file is a text file that holds the names of files
; that should not be accelerated.
-opcache.blacklist_filename=/etc/php.d/opcache*.blacklist
+opcache.blacklist_filename=@INIPATH@/opcache*.blacklist
; Allows exclusion of large files from being cached. By default all files
; are cached.