Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Jul 5, 2023
1 parent 6aa7133 commit 1165cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ server {

location /assets {
expires 1y;
add_header Cache-Control public;
add_header Cache-Control 'public';
}

location /images {
expires 7d;
add_header Cache-Control public;
add_header Cache-Control 'public';
}

location /404.html {
Expand Down

0 comments on commit 1165cf4

Please sign in to comment.