Fix configuration syntax. http://wiki.nginx.org/ConfigurationSyntax
This commit is contained in:
parent
41b3dc1b33
commit
55692f2b23
|
@ -136,7 +136,7 @@ http {
|
|||
|
||||
# CSS and Javascript
|
||||
location ~* \.(?:css|js)$ {
|
||||
expires 1Y;
|
||||
expires 1y;
|
||||
access_log off;
|
||||
add_header Cache-Control "public";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue