location /ws/chat/xxx/ {
proxy_pass http://www.abc.com/ws/chat/xxx/;
}
for example, xxx is a string, so how do I get this string and use it in proxy_pass
that string is similar to "20,35", which is the number + underscore + number
.