nextcloud module: https is important not only for proxies
This commit is contained in:
parent
073623d335
commit
6d671372b5
@ -62,7 +62,7 @@ in {
|
|||||||
https = mkOption {
|
https = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = false;
|
default = false;
|
||||||
description = "Enable if there is a TLS terminating proxy in front of nextcloud.";
|
description = "Use https for generated links.";
|
||||||
};
|
};
|
||||||
|
|
||||||
maxUploadSize = mkOption {
|
maxUploadSize = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user