ossrs / httpx-static

A HTTP/HTTPS API proxy for SRS.
https://github.com/ossrs/srs
MIT License
641 stars 221 forks source link

不支持类似mc.a8.test.com.cn这样的域名 #81

Closed szueric closed 3 years ago

szueric commented 3 years ago

docker run --name s3 --rm -p 80:80 -p 443:443 registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:v1.0.5 \ ./bin/httpx-static -http 80 -https 443 \ -ssk ./etc/server.key \ -ssc ./etc/server.crt \ -p http://mc.a8.test.com.cn:8080/players/

当访问https://mc.a8.test.com.cn/players/ 时,网页显示不存在,控制台没有任何输出。