소스 검색

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
     location ~* \.(?:ico|gif|jpe?g|png|svg|webp|avif)$ {
-        expires 7d;
+        expires 9d;
         add_header Cache-Control "public";
         access_log off;
     }