浏览代码

Add webp to expires rules for Nginx

Emmanuel Bouthenot 5 年之前
父节点
当前提交
4e2954ff4c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/webserver/templates/nginx/vhost_expires.j2

+ 1 - 1
roles/webserver/templates/nginx/vhost_expires.j2

@@ -19,7 +19,7 @@ location ~* \.(?:rss|atom)$ {
 }
 
 # Media: images, icons, video, audio, HTC
-location ~* \.(?:jpg|jpeg|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
+location ~* \.(?:jpg|jpeg|webp|gif|png|ico|gz|svg|svgz|mp4|ogg|ogv|webm|htc)$ {
     expires 1M;
     access_log off;
     add_header Cache-Control "public";