This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/host/layer/nginx-user-public/user-public-http.conf

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;