added tiff and webp to list of cached content

master
Alexander Graf 3 years ago
parent 0094268410
commit 698ee4e521

@ -35,7 +35,7 @@ http {
} }
map $uri $expires { map $uri $expires {
default off; default off;
~*\.(ico|css|js|gif|jpeg|jpg|png|woff|ttf|otf|svg|woff2|eot)$ 97d; ~*\.(ico|css|js|gif|jpeg|jpg|png|woff2?|ttf|otf|svg|tiff|eot|webp)$ 97d;
} }
# compression # compression

Loading…
Cancel
Save