diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 8456e09..de1cf73 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -87,6 +87,15 @@ in ''; }; }; + + virtualHosts."grafana.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.0.0.14"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; services.tor = {