From c4725502a296b037937eac46e0d4e712046e8280 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Sat, 31 Aug 2024 22:07:02 +0000 Subject: [PATCH] catacomb: fix proxy url --- machine/catacomb/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index 9efc574..032ad88 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -71,7 +71,7 @@ ]; locations."/" = { proxyWebsockets = true; - proxyPass = "https://localhost:6680"; + proxyPass = "http://localhost:6680"; }; }; };