Skip to content

Commit

Permalink
304 counted as 0.01 pt
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Oct 22, 2017
1 parent 392bb01 commit 4a13460
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,12 @@ http {
root /home/isucon/isubata/webapp/public;

location /favicon.ico {
add_header Cache-Control "public, max-age=86400";
}
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 {
add_header Cache-Control "public, max-age=86400";
Expand Down

0 comments on commit 4a13460

Please sign in to comment.