43 lines
1 KiB
Text
43 lines
1 KiB
Text
|
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;
|