rx300: also gzip svg images
This commit is contained in:
parent
c9717043bb
commit
8688726d94
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
gzip_vary on;
|
||||
gzip_min_length 10240;
|
||||
gzip_proxied expired no-cache no-store private auth;
|
||||
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml;
|
||||
gzip_types text/plain text/css text/xml text/javascript application/x-javascript application/xml image/svg+xml;
|
||||
|
||||
location /css/ {
|
||||
expires 7d;
|
||||
|
|
Loading…
Reference in a new issue