Commit 48d3a272
Changed files (1)
config
config/nginx.conf
@@ -55,10 +55,10 @@ http {
location ~* "\.(js|ico|gif|jpg|png|css|html|htm|swf|htc|xml|bmp|cur)$" {
root /home/cakeside/apps/www.cakeside.com/current/public;
add_header Pragma "public";
- add_headerr Cache-Control "public";
+ add_header Cache-Control "public";
expires 3M;
access_log off;
- logg_not_found off;
+ log_not_found off;
}
location ~ ^/assets/ {
expires 1y;