roles/nginx: Add image/svg+xml to gzip types
Google's PageSpeed Insights tool pointed out that the Genericons in WordPress' Jetpack module could be compressed. Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
926cdf58cf
commit
c6cc1f57bb
@ -34,7 +34,7 @@ http {
|
|||||||
gzip_min_length 860;
|
gzip_min_length 860;
|
||||||
gzip_disable "msie6";
|
gzip_disable "msie6";
|
||||||
gzip_http_version 1.1;
|
gzip_http_version 1.1;
|
||||||
gzip_types text/plain text/css text/xml application/rss+xml application/javascript;
|
gzip_types text/plain text/css text/xml application/rss+xml application/javascript image/svg+xml;
|
||||||
|
|
||||||
client_max_body_size 12m;
|
client_max_body_size 12m;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user