location /capture/ {
internal;
rewrite ^/capture/(https?)/([^/]+)/(\d+)/(.*) /$4 break;
proxy_pass $1://$2:$3;
}
主要是看不懂这个到底啥意思,请大佬解释下~~!!
location /capture/ {
internal;
rewrite ^/capture/(https?)/([^/]+)/(\d+)/(.*) /$4 break;
proxy_pass $1://$2:$3;
}
主要是看不懂这个到底啥意思,请大佬解释下~~!!
2 回答1k 阅读
1 回答779 阅读✓ 已解决
1 回答651 阅读
682 阅读
452 阅读