1
Fork 0

Make nginx use acme dns challenges

This commit is contained in:
Matei Adriel 2024-01-31 20:45:41 +01:00
parent ca4b5e3588
commit a175734015
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ in
services.nginx.virtualHosts."search.moonythm.dev" = {
enableACME = true;
acmeRoot = null;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:${toString port}";
};