Change some nextcloud settings
This commit is contained in:
parent
67f66218f3
commit
a6cc307c58
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@
|
|||
trustedProxies = [ "127.0.0.1" ];
|
||||
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
|
||||
};
|
||||
phpOptions = {
|
||||
upload_max_filesize = "8G";
|
||||
post_max_size = "8G";
|
||||
"opcache.interned_strings_buffer" = "16";
|
||||
};
|
||||
};
|
||||
|
||||
nginx.virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue