Browse Source

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

closed-social-glitch-2
LinAGKar 2 years ago
committed by GitHub
parent
commit
48caeb9d65
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dist/nginx.conf

+ 1
- 1
dist/nginx.conf 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;

Loading…
Cancel
Save