Update to 2020-05-18 20:00

master
Daniel Berteaud 5 years ago
parent 52f0e5b35d
commit ed5ad37761
  1. 5
      roles/jitsi/templates/nginx.conf.j2

@ -59,14 +59,11 @@ server {
} }
{% endif %} {% endif %}
# Conference rooms
location ~ ^/([a-zA-Z0-9=\?]+)$ {
rewrite ^/(.*)$ / break;
}
location / { location / {
ssi on; ssi on;
limit_req zone=limit_req_std burst=100 nodelay; limit_req zone=limit_req_std burst=100 nodelay;
limit_conn limit_conn_std 80; limit_conn limit_conn_std 80;
try_files $uri /index.html;
} }
{% for ip in jitsi_web_src_ip %} {% for ip in jitsi_web_src_ip %}

Loading…
Cancel
Save