From 9c3f1cba5e4bc95308e5214ff017026b0d020f42 Mon Sep 17 00:00:00 2001 From: kalipso Date: Tue, 21 Jan 2025 23:21:42 +0100 Subject: [PATCH] [vpn] proxy grafana.malobeo.org --- machines/vpn/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 16f8f51..0ff703e 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -47,6 +47,15 @@ with lib; ''; }; }; + + virtualHosts."grafana.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.100.0.101"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; system.stateVersion = "22.11"; # Did you read the comment?