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 = {
"zerforschen.plus" = {
enableACME = true;
useACMEHost = "zerforschen.plus";
forceSSL = true;
locations = {
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";