Skip to content

Commit c04f658

Browse files
authored
web,jvb: allow underscore in JVB_WS_SERVER_ID
1 parent 55a4591 commit c04f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/rootfs/defaults/meet.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.
5353

5454
{{ if $ENABLE_COLIBRI_WEBSOCKET }}
5555
# colibri (JVB) websockets
56-
location ~ ^/colibri-ws/([a-zA-Z0-9-\.]+)/(.*) {
56+
location ~ ^/colibri-ws/([a-zA-Z0-9-\._]+)/(.*) {
5757
tcp_nodelay on;
5858

5959
proxy_http_version 1.1;

0 commit comments

Comments
 (0)