anubis: fix metrics

This commit is contained in:
Vinzenz Schroeter 2025-12-08 21:37:57 +01:00
parent 5e51d713e8
commit e04f33e50c

View file

@ -28,8 +28,8 @@ in
addSSL = true;
enableACME = true;
locations = {
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
"/".proxyPass = "http://unix:" + anubis-domain-socket;
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket;
};
};