Clone04 commited on
Commit
60ee378
·
verified ·
1 Parent(s): 6e7bf35

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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;