From 52cf7049a2b4e096a461939297060e9e46fca301 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 24 Jan 2024 11:29:04 -0600 Subject: [PATCH] switching hoid to different ip for now --- system/shen/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index 6a21cf2..eeac990 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -114,8 +114,8 @@ @live { protocol rtmp } - reverse_proxy 172.16.1.202:9000 - reverse_proxy @live 172.16.1.202:1937 + reverse_proxy 172.16.1.24:9000 + reverse_proxy @live 172.16.1.24:1937 encode gzip ''; }; @@ -124,8 +124,8 @@ @live { protocol rtmp } - reverse_proxy 172.16.1.202:8080 - reverse_proxy @live 172.16.1.202:1935 + reverse_proxy 172.16.1.24:8080 + reverse_proxy @live 172.16.1.24:1935 encode gzip ''; };