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 %}