27 lines
455 B
Plaintext
27 lines
455 B
Plaintext
brotli on;
|
|
|
|
## default is 6
|
|
brotli_comp_level 5;
|
|
## default is 512k
|
|
brotli_window 64k;
|
|
|
|
brotli_min_length 1024;
|
|
brotli_buffers 32 16k;
|
|
|
|
brotli_types
|
|
application/atom+xml
|
|
application/javascript
|
|
application/json
|
|
application/vnd.api+json
|
|
application/rss+xml
|
|
application/x-javascript
|
|
application/xhtml+xml
|
|
application/xml
|
|
image/svg+xml
|
|
image/x-icon
|
|
text/css
|
|
text/javascript
|
|
text/plain
|
|
text/xml
|
|
;
|