From 55692f2b23338b0c4186b853080f820fd745cf9e Mon Sep 17 00:00:00 2001 From: Indrek Ardel Date: Sun, 25 Mar 2012 21:20:29 +0300 Subject: [PATCH] Fix configuration syntax. http://wiki.nginx.org/ConfigurationSyntax --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index b9c5ddb..6adc6ca 100644 --- a/nginx.conf +++ b/nginx.conf @@ -136,7 +136,7 @@ http { # CSS and Javascript location ~* \.(?:css|js)$ { - expires 1Y; + expires 1y; access_log off; add_header Cache-Control "public"; }