openvidu/openvidu-server/docker/openvidu-proxy/default_nginx_conf/global/app_upstream.conf

4 lines
58 B
Plaintext
Raw Normal View History

2020-11-01 21:03:12 +01:00
# Your App
upstream yourapp {
server localhost:5442;
}