mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
added tiff and webp to list of cached content
This commit is contained in:
parent
0094268410
commit
698ee4e521
@ -35,7 +35,7 @@ http {
|
||||
}
|
||||
map $uri $expires {
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user