From d70d0c1b0266e815f90f3340686f5aaff70a708d Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 19 Oct 2024 22:41:20 +0200 Subject: [PATCH] dms --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 4392df9..7bb9d93 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,6 +109,14 @@ recommendedProxySettings = true; }; }; + "dms.blubb.fish" = { + addSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.0.0.103:8000/"; + recommendedProxySettings = true; + }; + }; }; }; };