web,jvb: allow underscore in JVB_WS_SERVER_ID

pull/1308/head
wfleischer 2 years ago committed by GitHub
parent 55a45915bb
commit c04f658974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;

Loading…
Cancel
Save