Pārlūkot izejas kodu

Fixes nginx match rule, containing wrong chars.

Also adds a missing '/'.
master
damencho 6 gadus atpakaļ
vecāks
revīzija
1fd326f980
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      doc/debian/jitsi-meet/jitsi-meet.example

+ 1
- 1
doc/debian/jitsi-meet/jitsi-meet.example Parādīt failu

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
 

Notiek ielāde…
Atcelt
Saglabāt