Hi, > any ideas whats wrong here? You're using "proxy_cache_*" (which works only with "proxy_pass") with static files and FastCGI. For FastCGI use "fastcgi_cache_*", for static files use ngx_slowfs_cache [1]. [1] http://labs.frickle.com/nginx_ngx_slowfs_cache/ Best regards, Piotr Sikora < piotr.sikora at frickle.com >