From 953df5a3fcb64e16cfc187e28226ffb64c93449e Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Tue, 19 Sep 2023 11:58:04 -0500 Subject: [PATCH] adding restreamer proxying better --- system/shen/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/shen/configuration.nix b/system/shen/configuration.nix index d88645f..914f796 100644 --- a/system/shen/configuration.nix +++ b/system/shen/configuration.nix @@ -120,7 +120,11 @@ }; virtualHosts = { "restream.luctorcrc.org".extraConfig = '' - reverse_proxy 172.16.1.202:443 + @live { + protocol rtmp + } + reverse_proxy 172.16.1.202:8080 + reverse_proxy @live 172.16.1.202:1935 encode gzip ''; };