setting up sermon live proxy

This commit is contained in:
Chris Cochrun 2023-09-19 10:51:04 -05:00
parent 1fba90c854
commit 2eff833bf1

View file

@ -110,7 +110,11 @@
''; '';
virtualHosts = { virtualHosts = {
"sermons.luctorcrc.org".extraConfig = '' "sermons.luctorcrc.org".extraConfig = ''
@live {
protocol rtmp
}
reverse_proxy 172.16.1.202:9000 reverse_proxy 172.16.1.202:9000
reverse_proxy @live 172.16.1.202:1937
encode gzip encode gzip
''; '';
}; };