Compare commits

...

2 commits

Author SHA1 Message Date
sid
b9cdd8d6a5 Merge pull request 'netdata: also proxy version.txt' (#94) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 28s
Reviewed-on: #94
2026-05-22 21:15:31 +02:00
sid
69d12812df netdata: also proxy version.txt
All checks were successful
Build hosts / build-hosts (pull_request) Successful in 21s
Flake check / flake-check (pull_request) Successful in 20s
2026-05-22 21:14:48 +02:00

View file

@ -64,7 +64,7 @@ in
tryFiles = "$uri $uri/ /index.html"; tryFiles = "$uri $uri/ /index.html";
}; };
locations."~ ^/(api|v[0-9]+|netdata.conf|registry|stream)(/|$)" = { locations."~ ^/(api|v[0-9]+|netdata.conf|registry|stream|version.txt)(/|$)" = {
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;
}; };