doc: Fix insecure nginx docs (#51840)

This commit is contained in:
Jappie Klooster 2018-12-11 12:02:56 +01:00 committed by Jörg Thalheim
parent f07d5d125d
commit e576c3b385

View File

@ -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 {