Skip to content

Commit

Permalink
Fix configuration syntax. http://wiki.nginx.org/ConfigurationSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingramz committed Mar 25, 2012
1 parent da3f5c1 commit e788ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Expand Up @@ -136,7 +136,7 @@ http {

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

0 comments on commit e788ee8

Please sign in to comment.