Fixes nginx match rule, containing wrong chars.

Also adds a missing '/'.
pull/4862/head jitsi-meet_4099
damencho 5 years ago committed by Дамян Минков
parent d9cc664ea6
commit 1fd326f980
  1. 2
      doc/debian/jitsi-meet/jitsi-meet.example

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

Loading…
Cancel
Save