v2.4-rc-5, debian bullseye, mongo 5.0

This commit is contained in:
chandi
2021-11-27 17:38:40 +01:00
parent f5cf50b2eb
commit c2aa6ad42b
16 changed files with 67 additions and 39 deletions

View File

@ -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;