nixos/nextcloud: remove opcache.enable_cli=1

Upstream no longer recommends enabling the opcache cli.
See the following:
 - https://github.com/nextcloud/documentation/issues/1439
 - https://github.com/nextcloud/server/pull/15468
This commit is contained in:
Ilan Joselevich 2024-03-14 18:36:11 +02:00
parent a2c0efbf5e
commit 9353fb2309
No known key found for this signature in database

View File

@ -14,7 +14,6 @@ let
expose_php = "Off";
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
display_errors = "stderr";
"opcache.enable_cli" = "1";
"opcache.interned_strings_buffer" = "8";
"opcache.max_accelerated_files" = "10000";
"opcache.memory_consumption" = "128";