forked from mirrors/nixpkgs
doc: Fix insecure nginx docs (#51840)
This commit is contained in:
parent
f07d5d125d
commit
e576c3b385
|
@ -69,7 +69,7 @@ with lib;
|
|||
acmeRoot = mkOption {
|
||||
type = types.str;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue