Add 'webp' image format to list of cached files
This commit is contained in:
parent
587de90c9c
commit
d410daca03
@ -9,7 +9,7 @@ location ~* \.(?:rss|atom)$ {
|
||||
}
|
||||
|
||||
# Caches images, icons, video, audio, HTC, etc.
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc)$ {
|
||||
location ~* \.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|mp4|ogg|ogv|webm|htc|webp)$ {
|
||||
expires 1y;
|
||||
access_log off;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user