anubis: fix metrics
This commit is contained in:
parent
5e51d713e8
commit
e04f33e50c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,8 +28,8 @@ in
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations = {
|
locations = {
|
||||||
|
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket + ":/metrics";
|
||||||
"/".proxyPass = "http://unix:" + anubis-domain-socket;
|
"/".proxyPass = "http://unix:" + anubis-domain-socket;
|
||||||
"/_metrics".proxyPass = "http://unix:" + anubis-metrics-socket;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue