switching hoid to different ip for now

This commit is contained in:
Chris Cochrun 2024-01-24 11:29:04 -06:00
parent deb865acbb
commit 52cf7049a2

View file

@ -114,8 +114,8 @@
@live { @live {
protocol rtmp protocol rtmp
} }
reverse_proxy 172.16.1.202:9000 reverse_proxy 172.16.1.24:9000
reverse_proxy @live 172.16.1.202:1937 reverse_proxy @live 172.16.1.24:1937
encode gzip encode gzip
''; '';
}; };
@ -124,8 +124,8 @@
@live { @live {
protocol rtmp protocol rtmp
} }
reverse_proxy 172.16.1.202:8080 reverse_proxy 172.16.1.24:8080
reverse_proxy @live 172.16.1.202:1935 reverse_proxy @live 172.16.1.24:1935
encode gzip encode gzip
''; '';
}; };