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 +}