Explorar o código

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

unknown hai 3 horas
pai
achega
be4ed04249
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
     }