netdata: trying host path 302
Some checks failed
Build hosts / build-hosts (pull_request) Failing after 13s
Flake check / flake-check (pull_request) Failing after 19s

This commit is contained in:
sid 2026-05-23 12:32:46 +02:00
parent 24fe9cf6d0
commit 612ea64ae9

View file

@ -74,6 +74,10 @@ in
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}"; proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true; recommendedProxySettings = true;
}; };
locations."~ ^/host/([^/]+)/?$" = {
return = "302 /#/node/$1";
};
}; };
security.acme = { security.acme = {