Merge pull request #108819 from SuperSandro2000/nginx-module

This commit is contained in:
Sandro
2021-01-30 21:46:35 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -112,7 +112,7 @@ in
acmeRoot = mkOption {
type = types.str;
default = "/var/lib/acme/acme-challenges";
default = "/var/lib/acme/acme-challenge";
description = "Directory for the acme challenge which is PUBLIC, don't put certs or keys in here";
};