From b1290493b1b8b438e221305b6a386f94847294ad Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Tue, 21 May 2024 14:35:09 +0200 Subject: [PATCH] changed hostname backend --- proxy/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/configuration.nix b/proxy/configuration.nix index fc0cdac..a735deb 100644 --- a/proxy/configuration.nix +++ b/proxy/configuration.nix @@ -41,7 +41,7 @@ in enableACME = true; addSSL = true; locations."/" = { - proxyPass = "http://server1:8000"; + proxyPass = "http://apps:8000"; proxyWebsockets = true; }; };