add back apcu php for nextcloud
This commit is contained in:
parent
08a3eced95
commit
d53b8d58ed
@ -6,7 +6,7 @@ let
|
|||||||
|
|
||||||
|
|
||||||
custom-php = pkgs.php81.buildEnv {
|
custom-php = pkgs.php81.buildEnv {
|
||||||
extensions = { enabled, all }: enabled ++ (with all; [ redis imagick memcached ]);
|
extensions = { enabled, all }: enabled ++ (with all; [ apcu redis imagick memcached ]);
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
display_errors = On
|
display_errors = On
|
||||||
display_startup_errors = On
|
display_startup_errors = On
|
||||||
@ -21,6 +21,7 @@ let
|
|||||||
post_max_size = 2048M
|
post_max_size = 2048M
|
||||||
upload_max_filesize = 2048M
|
upload_max_filesize = 2048M
|
||||||
opcache.interned_strings_buffer = 32
|
opcache.interned_strings_buffer = 32
|
||||||
|
apc.enable_cli=1
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user