This commit is contained in:
Indrek Ardel 2012-03-25 21:20:29 +03:00
parent 41b3dc1b33
commit 55692f2b23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ http {
# CSS and Javascript # CSS and Javascript
location ~* \.(?:css|js)$ { location ~* \.(?:css|js)$ {
expires 1Y; expires 1y;
access_log off; access_log off;
add_header Cache-Control "public"; add_header Cache-Control "public";
} }