3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #76733 from tokudan/nextcloud-proxy

nextcloud module: https is important not only for proxies
This commit is contained in:
Jörg Thalheim 2019-12-31 12:20:50 +00:00 committed by GitHub
commit 2e6f703473
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {