Spaces:
Running
Running
Update nginx.conf
Browse files- nginx.conf +4 -0
nginx.conf
CHANGED
@@ -24,6 +24,10 @@ http {
|
|
24 |
default_type application/octet-stream;
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
27 |
# Serve Brotli-compressed Unity files based on extension
|
28 |
location ~* \.wasm\.br$ {
|
29 |
add_header Content-Type application/wasm;
|
|
|
24 |
default_type application/octet-stream;
|
25 |
}
|
26 |
|
27 |
+
location = /c85c7d8e3132b359723.wasm {
|
28 |
+
add_header Content-Type application/wasm;
|
29 |
+
}
|
30 |
+
|
31 |
# Serve Brotli-compressed Unity files based on extension
|
32 |
location ~* \.wasm\.br$ {
|
33 |
add_header Content-Type application/wasm;
|