Don't need that expires
This commit is contained in:
parent
d2f4e5c68f
commit
34c2114527
|
@ -26,7 +26,6 @@ location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
|
|||
|
||||
# Media: svgz files are already compressed.
|
||||
location ~* \.svgz$ {
|
||||
expires 1M;
|
||||
access_log off;
|
||||
gzip off;
|
||||
add_header Cache-Control "max-age=2592000";
|
||||
|
|
Loading…
Reference in New Issue