403 error for one of my server blocks

2014-01-11 Thread nginxmike
Hi, I installed nginx on an ubuntu server and then followed this tutorial (which I'll quote from) to setup server blocks https://digitalocean.com/community/articles/how-to-configure-single-and-multiple-wordpress-site-settings-with-nginx .(I don't do any of the WordPress config in that article). I

Re: No SPDY support in the official repository packages

2014-01-11 Thread kustodian
It would be awesome if the repository would host two versions of the nginx package, one with SPDY for 6.5+ and one without it for older versions. You would need to build two versions, but it would be extremely easy to add this support, you would just need to create symbolic links 6.1, 6.2, 6.3 and

fastcgi_cache and 304 response

2014-01-11 Thread wishmaster
Hi, I use nginx + php-fpm (via fcgi) and needed responses from php-server are putting into cache. I have one thought, could be better send cached pages to clients from cache with 304 code instead 200. So we must know time when response has been cached (something like variable) and send 304 res