how to use NGINX for proxy RTMP

后端 未结 0 392
一向
一向 2020-12-28 15:50

Im using NGINX for http proxy like below

http {
server {
    server_name  example.com;

    location / {
        proxy_pass http://localhost:3000/;
    }
}
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题