Nextcloud PHP options need to be strings
This commit is contained in:
parent
0f77c804f0
commit
a2efac4398
|
@ -30,8 +30,8 @@
|
|||
short_open_tag = "Off";
|
||||
upload_max_filesize = "16G";
|
||||
post_max_size = "16G";
|
||||
max_input_time = 3600;
|
||||
max_execution_time = 3600;
|
||||
max_input_time = "3600";
|
||||
max_execution_time = "3600";
|
||||
};
|
||||
extraApps = with pkgs.nextcloud26Packages.apps; {inherit calendar contacts bookmarks;};
|
||||
extraAppsEnable = true;
|
||||
|
|
Loading…
Reference in a new issue