mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 New Issue
Block a user