From b8a2f7eccb8cd860abf0fb95d0286034bc438f65 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 8 Aug 2024 14:43:09 +0200 Subject: [PATCH] Update configuration.nix --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.nix b/configuration.nix index 452ea23..c550680 100644 --- a/configuration.nix +++ b/configuration.nix @@ -82,6 +82,11 @@ enableACME = true; locations."/".proxyPass = "http://10.0.0.24:3000/"; }; + "recipe.blubb.fish" = { + addSSL = true; + enableACME = true; + locations."/".proxyPass = "http://10.0.0.103:8080/"; + }; }; }; };