summaryrefslogtreecommitdiffstats
path: root/php.conf
diff options
context:
space:
mode:
Diffstat (limited to 'php.conf')
-rw-r--r--php.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/php.conf b/php.conf
index 3915031..38f54ae 100644
--- a/php.conf
+++ b/php.conf
@@ -47,4 +47,6 @@ DirectoryIndex index.php
php_value session.save_handler "files"
php_value session.save_path "/var/lib/php/session"
php_value soap.wsdl_cache_dir "/var/lib/php/wsdlcache"
+
+ #php_value opcache.file_cache "/var/lib/php/opcache"
</IfModule>