adding restreamer proxying better

This commit is contained in:
Chris Cochrun 2023-09-19 11:58:04 -05:00
parent 2eff833bf1
commit 953df5a3fc

View file

@ -120,7 +120,11 @@
}; };
virtualHosts = { virtualHosts = {
"restream.luctorcrc.org".extraConfig = '' "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 encode gzip
''; '';
}; };