Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit 832ca20

Browse files
committed
set opcache.preload file path for php >= 7.4
Signed-off-by: BlackEagle <[email protected]>
1 parent 3a8d45f commit 832ca20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

7.4/scripts/etc/php/7.4/mods-available/opcache_settings.ini

+2
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ opcache.max_accelerated_files=100000
55
opcache.validate_timestamps=0
66
opcache.consistency_checks=0
77
opcache.save_comments=1
8+
9+
opcache.preload=/phpapp/preload.php

0 commit comments

Comments
 (0)