Skip to content

Commit

Permalink
cache 1 week
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwehn42 committed Jan 15, 2025
1 parent 1f41be0 commit bfce06c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ server {

location /assets {
try_files $uri $uri/ =404;
add_header Cache-Control "public, max-age=3600";
add_header Cache-Control "public, max-age=604800"; # cache 1 week
}

location /index.html {
Expand Down

0 comments on commit bfce06c

Please sign in to comment.