From 441f99d730b37802fb097f9772044d4aeca7797a Mon Sep 17 00:00:00 2001 From: RGBCube Date: Mon, 15 Jan 2024 13:41:43 +0300 Subject: [PATCH] Add PHP option tweaks --- hosts/cube/nextcloud.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/cube/nextcloud.nix b/hosts/cube/nextcloud.nix index 0483e2f..bcf0cf1 100644 --- a/hosts/cube/nextcloud.nix +++ b/hosts/cube/nextcloud.nix @@ -38,6 +38,11 @@ in serverSystemConfiguration { mail_smtpsecure = "ssl"; }; + phpOptions = { + "opcache.interned_strings_buffer" = "16"; + output_buffering = "off"; + }; + extraOptions.enabledPreviewProviders = [ "OC\\Preview\\BMP" "OC\\Preview\\GIF"