Skip to content

Commit

Permalink
cache-control all
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Oct 22, 2017
1 parent e2d5352 commit 46d11bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,13 @@ http {
location /favicon.ico {
}
location /fonts/ {
add_header Cache-Control "public, max-age=86400";
}
location /js/ {
add_header Cache-Control "public, max-age=86400";
}
location /css/ {
add_header Cache-Control "public, max-age=86400";
}

location /icons {
Expand Down

0 comments on commit 46d11bf

Please sign in to comment.