nextcloud bigger thumbnails and v31
This commit is contained in:
parent
319356fe45
commit
255ef28c0a
@ -84,7 +84,7 @@ in
|
|||||||
nextcloud = {
|
nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
https = true;
|
https = true;
|
||||||
package = pkgs.nextcloud30;
|
package = pkgs.nextcloud31;
|
||||||
appstoreEnable = true;
|
appstoreEnable = true;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
extraAppsEnable = true;
|
extraAppsEnable = true;
|
||||||
@ -133,8 +133,8 @@ in
|
|||||||
display_errors = "stderr";
|
display_errors = "stderr";
|
||||||
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
|
error_reporting = "E_ALL & ~E_DEPRECATED & ~E_STRICT";
|
||||||
expose_php = "Off";
|
expose_php = "Off";
|
||||||
preview_max_x = 512;
|
preview_max_x = 2048;
|
||||||
preview_max_y = 512;
|
preview_max_y = 2048;
|
||||||
short_open_tag = "Off";
|
short_open_tag = "Off";
|
||||||
"opcache.enable_cli" = "1";
|
"opcache.enable_cli" = "1";
|
||||||
"opcache.fast_shutdown" = "1";
|
"opcache.fast_shutdown" = "1";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user