From 7b6fbb41a4812e7c316f9f3b4ae1ffdd351efacd Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 9 Aug 2024 23:23:09 +0200 Subject: [PATCH] Add vhost --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 9da9282..fcde33a 100644 --- a/configuration.nix +++ b/configuration.nix @@ -92,6 +92,14 @@ recommendedProxySettings = true; }; }; + "play.blubb.fish" = { + addSSL = true; + enableACME = true; + locations."/" = { + proxyPass = "http://10.0.0.100:8080/"; + recommendedProxySettings = true; + }; + }; }; }; };