From 68b3da7df87edece7f6795fd4981eb6834cd6e19 Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 19 Jan 2025 14:53:39 +0100 Subject: [PATCH] [fanny] proxypass cloud.malobeo.org --- machines/fanny/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 53e28cb..2eb0c6b 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -70,6 +70,14 @@ in ''; }; }; + + virtualHosts."cloud.malobeo.org" = { + locations."/" = { + proxyPass = "http://10.0.0.13"; + extraConfig = '' + ''; + }; + }; }; services.tor = {