Browse Source

Fixes nginx match rule, containing wrong chars.

Also adds a missing '/'.
j8
damencho 5 years ago
parent
commit
1fd326f980
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/debian/jitsi-meet/jitsi-meet.example

+ 1
- 1
doc/debian/jitsi-meet/jitsi-meet.example View File

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
 

Loading…
Cancel
Save