Ver Fonte

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

unknown há 3 horas atrás
pai
commit
be4ed04249
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
     }