1
0
Fork 0

Configure ACME

This commit is contained in:
Avery 2025-02-16 17:14:00 +01:00
parent d1a2d2da3f
commit aaf9a98e7a
Signed by: Avery
GPG key ID: B684FD451B692E04
12 changed files with 14 additions and 149 deletions

View file

@ -44,6 +44,7 @@ in {
locations."/".proxyPass =
"http://127.0.0.1:${toString portDefinitions.adguardhome-http}";
extraConfig = nginxLocalServiceConfig;
useACMEHost = "rcia.dev";
};
};
}