Skip to content

Commit

Permalink
doc: Fix insecure nginx docs (#51840)
Browse files Browse the repository at this point in the history
  • Loading branch information
jappeace authored and Mic92 committed Dec 11, 2018
1 parent f07d5d1 commit e576c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-servers/nginx/vhost-options.nix
Expand Up @@ -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 {
Expand Down

0 comments on commit e576c3b

Please sign in to comment.