You've already forked Mailu
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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user