Merge pull request #295932 from Kranzes/nextcloud

nixos/nextcloud: remove opcache.enable_cli=1
This commit is contained in:
Ilan Joselevich 2024-03-14 21:36:09 +02:00 committed by GitHub
commit 09078fd022
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";