summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJappie Klooster <jappieklooster@hotmail.com>2018-12-11 12:02:56 +0100
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-12-11 11:02:56 +0000
commite576c3b385b56a0f062953674e2b5fbd73012bab (patch)
treef18ce087674cdc52b8682ae0c1a5ab7e3535a5c3 /nixos
parentf07d5d125d697412018b615bff2887003c52e9b6 (diff)
downloadnixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar.gz
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar.bz2
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar.lz
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar.xz
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.tar.zst
nixpkgs-e576c3b385b56a0f062953674e2b5fbd73012bab.zip
doc: Fix insecure nginx docs (#51840)
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/nginx/vhost-options.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix
index 8e2b8819e71..6a50d8ed5cd 100644
--- a/nixos/modules/services/web-servers/nginx/vhost-options.nix
+++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix
@@ -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 {