From 84870a7f82580809c3a1f461ea32a4278b6543d4 Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Mon, 15 Aug 2022 12:12:59 +0200 Subject: [PATCH] Mon Aug 15 12:12:59 PM CEST 2022 --- machine/vps.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine/vps.nix b/machine/vps.nix index a48194a..dcee363 100644 --- a/machine/vps.nix +++ b/machine/vps.nix @@ -217,7 +217,7 @@ in { "homeassistant.szczepan.ski" = { forceSSL = true; enableACME = true; - locations = { "/" = { proxyPass = "http://10.0.0.3:8123/"; }; }; + locations = { "/" = { proxyPass = "http://10.100.0.3:8123/"; }; }; }; }; };