nextcloud: push to 27
This commit is contained in:
parent
bb658291e3
commit
e0a3df6a39
@ -18,6 +18,16 @@ in
|
||||
nginx.virtualHosts.${domain} = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
aio threads;
|
||||
directio 1M;
|
||||
output_buffers 3 1M;
|
||||
|
||||
sendfile on;
|
||||
sendfile_max_chunk 0;
|
||||
|
||||
autoindex on;
|
||||
'';
|
||||
};
|
||||
|
||||
mysql = {
|
||||
@ -37,7 +47,7 @@ in
|
||||
enable = true;
|
||||
hostName = domain;
|
||||
https = true;
|
||||
package = pkgs.unstablePkgs.nextcloud26;
|
||||
package = pkgs.unstablePkgs.nextcloud27;
|
||||
datadir = "/services/nextcloud";
|
||||
configureRedis = true;
|
||||
caching = {
|
||||
|
Loading…
Reference in New Issue
Block a user