102 lines
No EOL
2.8 KiB
Text
Executable file
102 lines
No EOL
2.8 KiB
Text
Executable file
gzip on;
|
|
gzip_comp_level 9;
|
|
gzip_http_version 1.1;
|
|
gzip_min_length 512;
|
|
gzip_buffers 32 4K;
|
|
gzip_proxied any;
|
|
gzip_vary on;
|
|
gzip_disable "msie6";
|
|
gzip_static on;
|
|
gzip_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.api+json
|
|
application/vnd.geo+json
|
|
application/vnd.ms-fontobject
|
|
application/x-font-opentype
|
|
application/x-font-truetype
|
|
application/x-font-ttf
|
|
application/x-javascript
|
|
application/x-web-app-manifest+json
|
|
application/xhtml+xml
|
|
application/xml
|
|
font/eot
|
|
font/opentype
|
|
font/otf
|
|
font/ttf
|
|
image/bmpg
|
|
image/svg+xml
|
|
image/vnd.microsoft.icon
|
|
image/x-icon
|
|
text/cache-manifest
|
|
text/css
|
|
text/html
|
|
text/javascript
|
|
text/plain
|
|
text/vcard
|
|
text/vnd.rim.location.xloc
|
|
text/vtt
|
|
text/x-component
|
|
text/x-cross-domain-policy
|
|
text/xml;
|
|
|
|
brotli on;
|
|
brotli_buffers 32 4K;
|
|
brotli_comp_level 6;
|
|
brotli_min_length 1000;
|
|
brotli_static on;
|
|
brotli_types application/atom+xml application/javascript application/json application/vnd.api+json application/rss+xml
|
|
application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype
|
|
application/x-font-ttf application/x-javascript application/xhtml+xml application/xml
|
|
font/eot font/opentype font/otf font/truetype image/svg+xml image/vnd.microsoft.icon
|
|
image/x-icon image/x-win-bitmap text/css text/javascript text/plain text/xml;
|
|
|
|
zstd on;
|
|
zstd_buffers 32 4K;
|
|
zstd_comp_level 3;
|
|
zstd_min_length 1000;
|
|
zstd_static on;
|
|
zstd_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.api+json
|
|
application/vnd.geo+json
|
|
application/vnd.ms-fontobject
|
|
application/x-font-opentype
|
|
application/x-font-truetype
|
|
application/x-font-ttf
|
|
application/x-javascript
|
|
application/x-web-app-manifest+json
|
|
application/xhtml+xml
|
|
application/xml
|
|
font/eot
|
|
font/opentype
|
|
font/otf
|
|
font/ttf
|
|
image/bmpg
|
|
image/svg+xml
|
|
image/vnd.microsoft.icon
|
|
image/x-icon
|
|
text/cache-manifest
|
|
text/css
|
|
text/html
|
|
text/javascript
|
|
text/plain
|
|
text/vcard
|
|
text/vnd.rim.location.xloc
|
|
text/vtt
|
|
text/x-component
|
|
text/x-cross-domain-policy
|
|
text/xml; |