setting up sermon live proxy
This commit is contained in:
parent
1fba90c854
commit
2eff833bf1
|
@ -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
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue