2019-08-13 09:46:21 +02:00
|
|
|
##
|
|
|
|
|
# Gzip Settings
|
|
|
|
|
##
|
|
|
|
|
|
2019-08-13 17:43:49 +02:00
|
|
|
gzip on;
|
|
|
|
|
gzip_disable "msie6";
|
2019-08-13 09:46:21 +02:00
|
|
|
|
2019-08-13 17:43:49 +02:00
|
|
|
gzip_vary on;
|
|
|
|
|
gzip_proxied any;
|
|
|
|
|
gzip_comp_level 6;
|
|
|
|
|
gzip_buffers 16 8k;
|
|
|
|
|
gzip_http_version 1.1;
|
|
|
|
|
gzip_types
|
|
|
|
|
application/atom+xml
|
|
|
|
|
application/javascript
|
|
|
|
|
application/json
|
|
|
|
|
application/rss+xml
|
|
|
|
|
application/vnd.ms-fontobject
|
|
|
|
|
application/x-font-ttf
|
|
|
|
|
application/x-web-app-manifest+json
|
|
|
|
|
application/xhtml+xml
|
|
|
|
|
application/xml
|
|
|
|
|
font/opentype
|
|
|
|
|
image/svg+xml
|
|
|
|
|
image/x-icon
|
|
|
|
|
text/css
|
|
|
|
|
text/plain
|
|
|
|
|
text/x-component
|
|
|
|
|
text/xml
|
|
|
|
|
text/javascript;
|