We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a4150 commit 8cfcb8fCopy full SHA for 8cfcb8f
op-exclude.txt
@@ -0,0 +1,4 @@
1
+/app/*/app/etc/config.php
2
+/app/*/etc/env.php
3
+/app/etc/config.php
4
+/app/etc/env.php
php.ini
@@ -39,3 +39,9 @@ max_input_vars = 10000
39
; Setup the session garbage collector
40
;
41
session.gc_probability = 1
42
+
43
+;
44
+; Setup opcache configuration
45
46
+opcache.validate_timestamps = 0
47
+opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"
0 commit comments