Browse Source

chore(nginx): control change to verify deploy pipeline stability

unknown 7 giờ trước cách đây
mục cha
commit
be4ed04249
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -50,7 +50,7 @@ server {
 
     # Other static files
     location ~* \.(?:ico|gif|jpe?g|png|svg|webp|avif)$ {
-        expires 7d;
+        expires 9d;
         add_header Cache-Control "public";
         access_log off;
     }