Skip to content

Commit bf6a32b

Browse files
committed
Add webp to cached assets.
1 parent 5b26558 commit bf6a32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/rootfs/etc/nginx/conf.d/include/assets.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
___location ~* ^.*\.(css|js|jpe?g|gif|png|woff|eot|ttf|svg|ico|css\.map|js\.map)$ {
1+
___location ~* ^.*\.(css|js|jpe?g|gif|png|webp|woff|eot|ttf|svg|ico|css\.map|js\.map)$ {
22
if_modified_since off;
33

44
# use the public cache

0 commit comments

Comments
 (0)