Compare commits

..

No commits in common. "a1d4425b3de606a496c416a9776f5dcd2c339c31" and "f61aa8d878cc4fb57739e68800cbfeabffa67604" have entirely different histories.

View file

@ -74,6 +74,11 @@ in
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
locations."~ ^/host/" = {
proxyPass = "http://127.0.0.1:${toString constants.services.netdata.port}";
recommendedProxySettings = true;
};
};
security.acme = {