From ed5ad3776162d0ff736a7696d38c57b66fa87b74 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 18 May 2020 20:00:08 +0200 Subject: [PATCH] Update to 2020-05-18 20:00 --- roles/jitsi/templates/nginx.conf.j2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/jitsi/templates/nginx.conf.j2 b/roles/jitsi/templates/nginx.conf.j2 index e9c2006..e181993 100644 --- a/roles/jitsi/templates/nginx.conf.j2 +++ b/roles/jitsi/templates/nginx.conf.j2 @@ -59,14 +59,11 @@ server { } {% endif %} - # Conference rooms - location ~ ^/([a-zA-Z0-9=\?]+)$ { - rewrite ^/(.*)$ / break; - } location / { ssi on; limit_req zone=limit_req_std burst=100 nodelay; limit_conn limit_conn_std 80; + try_files $uri /index.html; } {% for ip in jitsi_web_src_ip %}