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