Selaa lähdekoodia

Fixes nginx match rule, containing wrong chars.

Also adds a missing '/'.
master
damencho 6 vuotta sitten
vanhempi
commit
1fd326f980
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      doc/debian/jitsi-meet/jitsi-meet.example

+ 1
- 1
doc/debian/jitsi-meet/jitsi-meet.example Näytä tiedosto

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

Loading…
Peruuta
Tallenna