Add lightweight load-test webpage, disabled by default (#8514)

Co-authored-by: Hristo Terezov <hristo@jitsi.org>
Co-authored-by: damencho <damencho@jitsi.org>
This commit is contained in:
Jonathan Lennox
2021-02-04 18:04:36 -05:00
committed by GitHub
parent 0138f23755
commit 12680c35ca
8 changed files with 7425 additions and 1 deletions

View File

@@ -100,6 +100,15 @@ server {
tcp_nodelay on;
}
# load test minimal client, uncomment when used
#location ~ ^/_load-test/([^/?&:'"]+)$ {
# rewrite ^/_load-test/(.*)$ /load-test/index.html break;
#}
#location ~ ^/_load-test/libs/(.*)$ {
# add_header 'Access-Control-Allow-Origin' '*';
# alias /usr/share/jitsi-meet/load-test/libs/$1;
#}
location ~ ^/([^/?&:'"]+)$ {
try_files $uri @root_path;
}