2021-12-01 19:13:34 +01:00
|
|
|
gzip on;
|
|
|
|
gzip_types
|
|
|
|
text/plain
|
|
|
|
text/css
|
|
|
|
text/xml
|
|
|
|
text/json
|
|
|
|
image/svg+xml
|
|
|
|
application/xml
|
|
|
|
application/json
|
|
|
|
application/xhtml+xml
|
|
|
|
application/rss+xml
|
|
|
|
application/atom_xml
|
|
|
|
application/x-javascript
|
2022-02-09 14:00:12 +01:00
|
|
|
application/javascript
|
|
|
|
application/font-sfnt
|
|
|
|
font/opentype
|
|
|
|
font/ttf
|
|
|
|
application/font-woff
|
2023-04-11 15:00:42 +02:00
|
|
|
application/x-font-ttf
|
2022-02-09 14:00:12 +01:00
|
|
|
application/vnd.ms-fontobject
|
2023-04-11 15:00:42 +02:00
|
|
|
application/vnd.ms-opentype
|
|
|
|
application/wasm
|
|
|
|
application/rtf
|
|
|
|
application/octet-stream;
|
2021-12-01 19:13:34 +01:00
|
|
|
gzip_vary on;
|
|
|
|
gzip_disable "msie6";
|
|
|
|
expires $custom_expires;
|
|
|
|
add_header Cache-Control $custom_cache_control;
|