mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-16 15:41:20 +02:00
v2.4-rc-5, debian bullseye, mongo 5.0
This commit is contained in:
@ -25,6 +25,14 @@ location /html5client/fonts {
|
||||
alias /html5-static/app/fonts;
|
||||
}
|
||||
|
||||
location /html5client/wasm {
|
||||
types {
|
||||
application/wasm wasm;
|
||||
}
|
||||
gzip_static on;
|
||||
alias /html5-static/app/wasm;
|
||||
}
|
||||
|
||||
location /html5client/ {
|
||||
alias /html5-static;
|
||||
try_files $uri @html5client;
|
||||
|
Reference in New Issue
Block a user