netdata: host path fix
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 17s
Flake check / flake-check (pull_request) Successful in 17s

This commit is contained in:
sid 2026-05-23 12:36:24 +02:00
parent 612ea64ae9
commit 3bc424eeee

View file

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