Skip to content

Commit

Permalink
nixos/nextcloud: remove opcache.enable_cli=1
Browse files Browse the repository at this point in the history
Upstream no longer recommends enabling the opcache cli.
See the following:
 - nextcloud/documentation#1439
 - nextcloud/server#15468

(cherry picked from commit 9353fb2)
  • Loading branch information
Kranzes authored and github-actions[bot] committed Mar 14, 2024
1 parent 40d9891 commit bd351f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixos/modules/services/web-apps/nextcloud.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit bd351f8

Please sign in to comment.