The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add grafana proxy host forwarding (#997)

authored by

Josh Brown and committed by
GitHub
a403a291 91ac7903

+3
+3
lume/src/blog/prometheus-grafana-loki-nixos-2020-11-20.mdx
··· 68 68 locations."/" = { 69 69 proxyPass = "http://127.0.0.1:${toString config.services.grafana.port}"; 70 70 proxyWebsockets = true; 71 + extraConfig = '' 72 + proxy_set_header Host ${config.services.grafana.domain}; 73 + ''; 71 74 }; 72 75 }; 73 76 }