Преглед на файлове

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

unknown преди 3 часа
родител
ревизия
be4ed04249
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

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