fix acme host

This commit is contained in:
Vinzenz Schroeter 2026-01-05 17:47:11 +01:00
parent f3bce53ed1
commit 3099056e2a
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in
nginx.virtualHosts = { nginx.virtualHosts = {
"zerforschen.plus" = { "zerforschen.plus" = {
enableACME = true; enableACME = true;
useACMEHost = "zerforschen.plus";
forceSSL = true; forceSSL = true;
locations = { locations = {
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics"; "/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";

View file

@ -31,6 +31,7 @@ in
nginx.virtualHosts."uplink.darkest.space" = { nginx.virtualHosts."uplink.darkest.space" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
useACMEHost = "uplink.darkest.space";
locations."/" = { locations."/" = {
proxyPass = "http://localhost:${builtins.toString headscale-port}"; proxyPass = "http://localhost:${builtins.toString headscale-port}";
proxyWebsockets = true; proxyWebsockets = true;