Sfoglia il codice sorgente

web,jvb: allow underscore in JVB_WS_SERVER_ID

wfleischer 2 anni fa
parent
commit
c04f658974
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      web/rootfs/defaults/meet.conf

+ 1 - 1
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;