location ~* /recording/.* {
    proxy_pass http://xivohost:9400;
}

location /recording {
    proxy_pass http://xivohost:9400;
}
