From 96b7efeddbc97e8173def836e41e2ac030e02d60 Mon Sep 17 00:00:00 2001 From: Ralf Langebrake Date: Thu, 22 Feb 2024 22:51:13 +0100 Subject: [PATCH] Also enable default opcache --- src/octane.ini | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/octane.ini b/src/octane.ini index 9f4d7b1..09867c0 100644 --- a/src/octane.ini +++ b/src/octane.ini @@ -1,7 +1,8 @@ [PHP] -upload_max_filesize = 100M -variables_order = "EGPCS" -opcache.enable_cli = 1 -post_max_size = 100M -memory_limit = 512M -expose_php = 0 +upload_max_filesize=100M +variables_order="EGPCS" +opcache.enable_cli=1 +post_max_size=100M +memory_limit=512M +opcache.enable=1 +expose_php=0