Only cache static files for 12h
This commit is contained in:
parent
423f835d58
commit
4beee31b93
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ http {
|
|||
}
|
||||
|
||||
location ~* \.(js|css|png)$ {
|
||||
expires 3d;
|
||||
expires 12h;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue