From d98dae86f71ee9eba460bb50e02d4fb0b6a83ab3 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 22 Jan 2025 00:51:07 +0100 Subject: [PATCH] [fanny] proxy_pass tasklist --- machines/fanny/configuration.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index d4c5bc9..10fac65 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -96,6 +96,15 @@ in ''; }; }; + + virtualHosts."tasklist.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.0.0.5:8080"; + extraConfig = '' + proxy_set_header Host $host; + ''; + }; + }; }; services.tor = {