Compare commits
No commits in common. "b9cdd8d6a5f54f6d2d9ca0c48990f642b27264f9" and "8ff1397a8d698540491cee7fd5a8b3f6f38f6322" have entirely different histories.
b9cdd8d6a5
...
8ff1397a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ in
|
||||||
tryFiles = "$uri $uri/ /index.html";
|
tryFiles = "$uri $uri/ /index.html";
|
||||||
};
|
};
|
||||||
|
|
||||||
locations."~ ^/(api|v[0-9]+|netdata.conf|registry|stream|version.txt)(/|$)" = {
|
locations."~ ^/(api|v[0-9]+|netdata.conf|registry|stream)(/|$)" = {
|
||||||
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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue