doc: Fix insecure nginx docs (#51840)
This commit is contained in:
parent
f07d5d125d
commit
e576c3b385
@ -69,7 +69,7 @@ with lib;
|
|||||||
acmeRoot = mkOption {
|
acmeRoot = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "/var/lib/acme/acme-challenge";
|
default = "/var/lib/acme/acme-challenge";
|
||||||
description = "Directory to store certificates and keys managed by the ACME service.";
|
description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
|
||||||
};
|
};
|
||||||
|
|
||||||
acmeFallbackHost = mkOption {
|
acmeFallbackHost = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user