Also compress SVG and ICO images in nginx (#17651)

lolsob-rspec
LinAGKar 2022-02-26 17:27:11 +01:00 committed by GitHub
parent 0b41895bbb
commit b35edee2c1
1 changed files with 1 additions and 1 deletions

2
dist/nginx.conf vendored
View File

@ -50,7 +50,7 @@ server {
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml image/x-icon;
add_header Strict-Transport-Security "max-age=31536000" always;