Make nginx use acme dns challenges
This commit is contained in:
parent
ca4b5e3588
commit
a175734015
|
@ -25,6 +25,7 @@ in
|
||||||
|
|
||||||
services.nginx.virtualHosts."search.moonythm.dev" = {
|
services.nginx.virtualHosts."search.moonythm.dev" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
acmeRoot = null;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${toString port}";
|
locations."/".proxyPass = "http://127.0.0.1:${toString port}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue