Merge pull request 'netdata: trying host path 302' (#99) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 21s

Reviewed-on: #99
This commit is contained in:
sid 2026-05-23 12:37:07 +02:00
commit 34be1c2ed1

View file

@ -74,6 +74,11 @@ 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 = {