mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
doc: Fix insecure nginx docs (#51840)
This commit is contained in:
parent
f07d5d125d
commit
e576c3b385
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue