netdata: proxy child nodes #97
1 changed files with 6 additions and 0 deletions
|
|
@ -74,6 +74,11 @@ in
|
|||
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
|
||||
locations."~ ^/host/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
|
||||
security.acme = {
|
||||
|
|
@ -126,6 +131,7 @@ in
|
|||
[${config.sops.placeholder."netdata/stream/rx4/uuid"}]
|
||||
enabled = yes
|
||||
default history = 3600
|
||||
allow from = *
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue