14 lines
350 B
Plaintext
14 lines
350 B
Plaintext
|
disable_symlinks off;
|
||
|
|
||
|
# for wasm games
|
||
|
types {
|
||
|
application/octet-stream clr;
|
||
|
application/octet-stream pdb;
|
||
|
}
|
||
|
|
||
|
gzip on;
|
||
|
gzip_min_length 10240;
|
||
|
gzip_proxied expired no-cache no-store private auth;
|
||
|
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/json application/xml application/wasm;
|
||
|
gzip_disable msie6;
|