From e0fc234771c145b3b77744ba6004ee2b754f1e72 Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 14 Oct 2024 19:52:09 +0200 Subject: [PATCH] 1 --- configuration.nix | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index fcde33a..4392df9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,6 +92,15 @@ recommendedProxySettings = true; }; }; + "portal.blubb.fish" = { + listen = [{port = 8843; addr="0.0.0.0"; ssl=true;}]; + addSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.0.0.103:8843/"; + recommendedProxySettings = true; + }; + }; "play.blubb.fish" = { addSSL = true; enableACME = true; @@ -132,4 +141,4 @@ # leave installation default system.stateVersion = "24.05"; # Did you read the comment? -} \ No newline at end of file +}