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
This commit is contained in:
sid 2026-05-23 12:27:37 +02:00
commit a1d4425b3d

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 = {