m 2 central-stats-server: redirect http://stats.makefu.r to grafana
This commit is contained in:
parent
d9d7f7fd32
commit
c29ba49d3d
|
@ -12,7 +12,9 @@ in {
|
|||
services.grafana.addr = "0.0.0.0";
|
||||
|
||||
services.influxdb.enable = true;
|
||||
|
||||
# redirect grafana to stats.makefu.r
|
||||
services.nginx.enable = true;
|
||||
services.nginx.virtualHosts."stats.makefu.r".locations."/".proxyPass = "http://localhost:3000";
|
||||
# forward these via nginx
|
||||
services.influxdb.extraConfig = {
|
||||
meta.hostname = config.krebs.build.host.name;
|
||||
|
|
Loading…
Reference in a new issue