浏览代码

Fixes nginx match rule, containing wrong chars.

Also adds a missing '/'.
master
damencho 6 年前
父节点
当前提交
1fd326f980
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      doc/debian/jitsi-meet/jitsi-meet.example

+ 1
- 1
doc/debian/jitsi-meet/jitsi-meet.example 查看文件

45
         proxy_set_header Host $http_host;
45
         proxy_set_header Host $http_host;
46
     }
46
     }
47
 
47
 
48
-    location ~ ^/([^?&:’“]+)$ {
48
+    location ~ ^/([^/?&:'"]+)$ {
49
         try_files $uri @root_path;
49
         try_files $uri @root_path;
50
     }
50
     }
51
 
51
 

正在加载...
取消
保存