Commit 48d3a272

mo k <mo@mokhan.ca>
2012-12-15 16:11:37
fix nginx configuration
1 parent 714c710
Changed files (1)
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;