Fix dropped Cache-Control: no-transform usage for SVGZ Compression
This commit is contained in:
parent
062d9a1445
commit
7418b5023b
|
@ -10,6 +10,5 @@ location ~* \.svgz$ {
|
|||
add_header Content-Encoding gzip;
|
||||
|
||||
include h5bp/security/x-content-type-options.conf;
|
||||
include h5bp/web_performance/no-transform.conf;
|
||||
include h5bp/cross-origin/requests.conf;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue