install.fairie/home/dot_local/etc/nginx/conf.d/brotli.conf

43 lines
1 KiB
Text
Raw Normal View History

2023-07-08 23:49:14 -07:00
brotli on;
brotli_static off; # Set this to on to check for existence of pre-compressed files with the .br extension
brotli_comp_level 6;
brotli_types
application/atom+xml
application/geo+json
application/javascript
application/json
application/ld+json
application/manifest+json
application/rdf+xml
application/rss+xml
application/vnd.geo+json
application/vnd.ms-fontobject
application/wasm
application/x-font-opentype
application/x-font-ttf
application/x-javascript
application/x-font-truetype
application/x-web-app-manifest+json
application/xhtml+xml
application/xml
application/xml+rss
font/eot
font/opentype
font/otf
image/bmp
image/svg+xml
image/vnd.microsoft.icon
image/x-icon
image/x-win-bitmap
text/cache-manifest
text/calendar
text/css
text/javascript
text/markdown
text/plain
text/vcard
text/vnd.rim.location.xloc
text/vtt
text/xml
text/x-component
text/x-cross-domain-policy;