在http 同级添加红色部分即可
#tcp配置 stream { server { listen 9101; proxy_pass 127.0.0.1:8080; } }
..
...
....
http
{
......
}
stream的端口不可与http共用,需要单独占用一个新的标签:http,stream,tcp,nginx,地址,反向 From: https://www.cnblogs.com/c2g5201314/p/17350677.html
在http 同级添加红色部分即可
#tcp配置 stream { server { listen 9101; proxy_pass 127.0.0.1:8080; } }
..
...
....
http
{
......
}
stream的端口不可与http共用,需要单独占用一个新的标签:http,stream,tcp,nginx,地址,反向 From: https://www.cnblogs.com/c2g5201314/p/17350677.html