summaryrefslogtreecommitdiff
path: root/php-fpm/opcache.ini
diff options
context:
space:
mode:
Diffstat (limited to 'php-fpm/opcache.ini')
-rw-r--r--php-fpm/opcache.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/php-fpm/opcache.ini b/php-fpm/opcache.ini
new file mode 100644
index 0000000..dcc670d
--- /dev/null
+++ b/php-fpm/opcache.ini
@@ -0,0 +1,7 @@
+extension=opcache.so
+opcache.enable="1"
+opcache.memory_consumption="256"
+opcache.use_cwd="0"
+opcache.fast_shutdown="1"
+opcache.max_file_size="0"
+opcache.validate_timestamps="0"