nextcloud module: https is important not only for proxies

wip/yesman
Daniel Frank 5 years ago
parent 073623d335
commit 6d671372b5
No known key found for this signature in database
GPG Key ID: 063CCCAD04182D32
  1. 2
      nixos/modules/services/web-apps/nextcloud.nix

@ -62,7 +62,7 @@ in {
https = mkOption {
type = types.bool;
default = false;
description = "Enable if there is a TLS terminating proxy in front of nextcloud.";
description = "Use https for generated links.";
};
maxUploadSize = mkOption {

Loading…
Cancel
Save