1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-27 22:18:22 +02:00

added tiff and webp to list of cached content

This commit is contained in:
Alexander Graf
2021-09-06 09:10:59 +02:00
parent 0094268410
commit 698ee4e521

View File

@@ -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