From 6eea466adf6130088ded03850cc7c148765bad8c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 9 Feb 2024 12:12:42 -0600 Subject: [PATCH] fixing hoid's reverse proxy address --- system/shen/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index d74674b..ac54706 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -124,8 +124,8 @@ @live { protocol rtmp } - reverse_proxy 172.16.1.24:8080 - reverse_proxy @live 172.16.1.24:1935 + reverse_proxy 172.16.1.202:8080 + reverse_proxy @live 172.16.1.202:1935 encode gzip ''; };