From c04f658974beae49fd5b6cd159f23f8f3d3e291b Mon Sep 17 00:00:00 2001 From: wfleischer <70745309+wfleischer@users.noreply.github.com> Date: Tue, 14 Jun 2022 19:57:18 +0200 Subject: [PATCH] web,jvb: allow underscore in JVB_WS_SERVER_ID --- web/rootfs/defaults/meet.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/rootfs/defaults/meet.conf b/web/rootfs/defaults/meet.conf index 97f230e..e7fc84e 100644 --- a/web/rootfs/defaults/meet.conf +++ b/web/rootfs/defaults/meet.conf @@ -53,7 +53,7 @@ location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|. {{ if $ENABLE_COLIBRI_WEBSOCKET }} # colibri (JVB) websockets -location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) { +location ~ ^/colibri-ws/([a-zA-Z0-9-\._]+)/(.*) { tcp_nodelay on; proxy_http_version 1.1;