netdata: host path fix
This commit is contained in:
parent
612ea64ae9
commit
3bc424eeee
1 changed files with 3 additions and 2 deletions
|
|
@ -75,8 +75,9 @@ in
|
||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
locations."~ ^/host/([^/]+)/?$" = {
|
locations."~ ^/host/" = {
|
||||||
return = "302 /#/node/$1";
|
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
|
||||||
|
recommendedProxySettings = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue