Compare commits

..

2 commits

Author SHA1 Message Date
sid
a1d4425b3d Merge pull request 'netdata: rm host path' (#98) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 23s
Reviewed-on: #98
2026-05-23 12:27:37 +02:00
sid
24fe9cf6d0 netdata: rm host path
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 18s
Flake check / flake-check (pull_request) Successful in 20s
2026-05-23 12:25:37 +02:00

View file

@ -74,11 +74,6 @@ 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/" = {
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
}; };
security.acme = { security.acme = {