From b743057389901daded735e845b99ce71c5a2a8f8 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 21 Jan 2025 23:21:31 +0100 Subject: [PATCH] [fanny] proxy grafana.malobeo.org --- machines/fanny/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 8456e096..de1cf732 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 = {