From 2eff833bf1852494d748f856c7e6a904006110f4 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 19 Sep 2023 10:51:04 -0500 Subject: [PATCH] setting up sermon live proxy --- system/shen/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index 0fce80a..d88645f 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -110,7 +110,11 @@ ''; virtualHosts = { "sermons.luctorcrc.org".extraConfig = '' + @live { + protocol rtmp + } reverse_proxy 172.16.1.202:9000 + reverse_proxy @live 172.16.1.202:1937 encode gzip ''; };