whoops - 1Y is not valid

one year is 1y
This commit is contained in:
AD7six 2012-02-05 01:39:24 +01:00
parent 3b39e4e928
commit 1543d95056
1 changed files with 1 additions and 1 deletions

View File

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