Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liaojunleon authored Sep 12, 2019
1 parent a137ff8 commit 5ca125a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Proxy/proxy-for-webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ CentOS和Ubuntu下可以参考第三方安装教程:https://jingyan.baidu.com/
location /rs/ {
proxy_pass https://$arg_h:$arg_p/$arg_d;
}
location /ls/ {
proxy_pass https://$arg_h:$arg_p/$arg_d;
}
location /ws/ {
proxy_pass https://$arg_h:$arg_p;
proxy_http_version 1.1;
Expand Down

0 comments on commit 5ca125a

Please sign in to comment.